For more information on managing users and roles, please see the docs.
Stardog doesn't have an official list of best practices for user/role permissions, as each customer's use case is different. However, you can mimic Azure RBAC as follows:
Azure Role | Azure Description | Stardog Equivalent |
Contributor | Full access to manage resources, but not assign roles | READ - *:* WRITE - *:* CREATE - db:*, data-source:*, virtual-graph:* DELETE - db:*, data-source:*, virtual-graph:* EXECUTE: admin:* |
Owner | Grants full access to manage all resources, including the ability to assign roles | ALL - *:* |
Reader | View all resources, but does not allow you to make any changes | READ - *:* |
User Access Administrator | Lets you manage user access to Azure resources | READ - *:* WRITE - *:* GRANT - *:* REVOKE - *:* |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article