openblocks
openblocks copied to clipboard
Granular access control for queries (permissions to execute query)
From Discord: https://discord.com/channels/1040505649798332437/1040509755552178228/1062972945934340136
yop — Today at 1:54 PM Hello, I'd like to share some idea.
- Granular access control for queries (permissions to execute query)
- Environment Selector: users select environment (qa, production) for datasource
- Editable Table Cells
- Google Bigquery Support
- Grant permission to application folders (not to individual apps)
For 1.: It would be nice if I can assign roles to each query individually. So I have a rest API query: add a role0 role to it because only role0 allows to press the button and execute the query. I have a database query: add role1 and role2 because only role1 and role2 are allowed to use it. (Not role0) Admins are allowed to execute every query.