Dataset Service should not use "service.delivery.[editor/viewer]" Permissions.
The Dataset DMS APIs "getStorageInstructions" and "getRetrievalInstructions" are currently checking for service.delivery.viewer
permissions.
This should be changed to a permission which is more specific to Dataset Service.
Two new permissions should be created.
service.dataset.viewer
- For get retrieval instructions API to work.
service.dataset.editor
- For get storage instructions API to work.
Edited by Krishna Nikhil Vedurumudi