You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to perform a GraphQL query within Hasura, such that we can provide an explicit list of permissions and check those permissions against the table and/or columns.
My understanding is we can only use a single role for a query however my understanding might be incorrect.
Permission-based access control means that we provide a tuple of permissions along with the query, and the query is acceptable if all permissions required to access the data are provided as part of the query (i.e. a JWT with multiple grants/permissions).
Thanks for any help you can provide to help me with my understanding of how we can implement such a permissions model.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We'd like to perform a GraphQL query within Hasura, such that we can provide an explicit list of permissions and check those permissions against the table and/or columns.
My understanding is we can only use a single role for a query however my understanding might be incorrect.
Permission-based access control means that we provide a tuple of permissions along with the query, and the query is acceptable if all permissions required to access the data are provided as part of the query (i.e. a JWT with multiple grants/permissions).
Thanks for any help you can provide to help me with my understanding of how we can implement such a permissions model.
Beta Was this translation helpful? Give feedback.
All reactions