Replies: 1 comment
-
@Rlenmeyer Can you verify from the API which permission are applied to the user from the Browser console? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,
I am testing the user management access, so I am playing with roles and policies and from my point of view the deny policies for queries is not working
My policies rules are
Resources:
Database, Database Schema, Query, Table
Operations:
EditQueries, EditSampleData, ViewQueries, ViewSampleData
Effect:
Deny
and
Resources:
All
Operations:
ViewAll
Effect:
Allow
the SampleData rule is working but I am still able to see queries

Beta Was this translation helpful? Give feedback.
All reactions