New role configuration for a reaonly role (with access to specific dashboards ONLY) #40701
Replies: 2 comments
|
Yes, with How Dashboard RBAC works: When roles are assigned to a dashboard, it bypasses dataset-level permission checks and implicitly grants read access to all charts and associated datasets on that dashboard . If no roles are assigned to a dashboard, regular dataset-level permissions apply as a fallback [1]. Minimum permissions for your restricted read-only role:
Do NOT grant Steps to set it up:
Once the role is assigned to a dashboard, only users with that role (plus admins) will see it in the dashboard list and be able to access it. To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
|
@dosu how can i create role based view dashboard |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi Superset community,
I have an existing Superset setup with ~15 dashboards and an already configured read-only role with a broad set of permissions. I now need to create a new, more restricted read-only role that:
Requirements
My Current Setup
6DASHBOARD_RBACfeature flag — enabled (update accordingly)AUTH_ROLES_MAPPINGmapped to the correct newly created role for specific zitadel usersWith superset api i think its possible to attach the these two role to those two specifci dashboards RIGHT with the dashboard RBAC enabled right ?
what is the minimum set of permissions i have to give to a user so that he/she can just see and run these dashboards without any other issues "like no accesss is denied and other issues"
All reactions