chore(docs): Manage access to Dashboards (#15413)
* chore: docs for Manage access to Dashboards * fixL pre-commit * fix: undo mistake * Update index.mdx * Update index.mdx minor tweaks * fix: pre-commit Co-authored-by: Srini Kadamati <skadamat@gmail.com>
This commit is contained in:
parent
fa6b25d257
commit
2af928796a
|
|
@ -172,3 +172,19 @@ into a position you like onto the underlying grid.
|
|||
Congrats! You’ve successfully linked, analyzed, and visualized data in Superset. There are a wealth
|
||||
of other table configuration and visualization options, so please start exploring and creating
|
||||
slices and dashboards of your own
|
||||
|
||||
ֿ
|
||||
### Manage access to Dashboards
|
||||
|
||||
|
||||
Access to dashboards is managed via owners (users that have edit permissions to the dashboard)
|
||||
|
||||
Non-owner users access can be managed two different ways:
|
||||
|
||||
1. Dataset permissions - if you add to the relevant role permissions to datasets it automatically grants implict access to all dashboards that uses those permitted datasets
|
||||
2. Dashboard roles - if you enable **DASHBOARD_RBAC** feature flag then you be able to manage which roles can access the dashboard
|
||||
- Having dashboard access implicitly grants read access to the associated datasets, therefore
|
||||
all charts will load their data even if feature flag is turned on and no roles assigned
|
||||
to roles the access will fallback to **Dataset permissions**
|
||||
|
||||
<img src="/images/tutorial_dashboard_access.png" />
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
Loading…
Reference in New Issue