Role based bypassing of allowlists #8220
Unanswered
gradisarjoze
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to have a feature where certain roles would be able to bypass the allowlists. Just like it works for the
admin
role.Example use:
An example we are looking at is React Admin with
ra-data-hasura
package.Admin needs to do an Introspection Query in order to work. After that, querying across tables works out of the box if allowlists are disabled. Once you enable allowlists, queries on such dashboard will not work as they are not defined anywhere and work on the fly.
Related topic: #8214
Beta Was this translation helpful? Give feedback.
All reactions