Adding Roles through API calls #7636
Unanswered
joshuaLoren
asked this question in
Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to add a new Role via an API call? It looks like there is an experimental feature for inherited roles: https://hasura.io/docs/latest/graphql/core/api-reference/metadata-api/inherited-roles.html
While I could create a default role, and then create new inherited roles for each schema in my database, my concern is that this experimental feature isn't safe for production or that it could go away later. So, overall my three questions are:
Any help/advice is greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions