I want to create a system where my users can manage an app self-service. I am having trouble finding a way to allow a particular role to edit permissions for objects that they do not own.
Example:
I have one app - "APP - XYZ"
I have two roles:
- User Splunk XYZ - gives read only access to app XYZ
- Editor Splunk XYZ - gives read and write access to app XYZ, has embed_report capability.
User 1 - Has User Splunk XYZ
Can make a dashboards in APP - XYZ but not make it public
User 2 - Has both Editor and User roles.
User 2 can make dashboards in APP - XYZ and change permissions of their own dashboards
User 2 **cannot** change permissions of User 1's dashboards inside APP - XYZ
Is there a way to allow the Editor role the permissions to change all objects within APP - XYZ?
↧