This is an automated email from the ASF dual-hosted git repository.
amitmiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 2af9287 chore(docs): Manage access to Dashboards (#15413)
2af9287 is described below
commit 2af928796ad619e1f668a6b45917a20224b072fb
Author: Amit Miran <[email protected]>
AuthorDate: Tue Jun 29 12:46:33 2021 +0300
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 <[email protected]>
---
.../pages/docs/Creating Charts and Dashboards/index.mdx | 16 ++++++++++++++++
docs/static/images/tutorial_dashboard_access.png | Bin 0 -> 46743 bytes
2 files changed, 16 insertions(+)
diff --git a/docs/src/pages/docs/Creating Charts and Dashboards/index.mdx
b/docs/src/pages/docs/Creating Charts and Dashboards/index.mdx
index fa665f2..ae7dd1d 100644
--- a/docs/src/pages/docs/Creating Charts and Dashboards/index.mdx
+++ b/docs/src/pages/docs/Creating Charts and Dashboards/index.mdx
@@ -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" />
diff --git a/docs/static/images/tutorial_dashboard_access.png
b/docs/static/images/tutorial_dashboard_access.png
new file mode 100644
index 0000000..f1ce5d6
Binary files /dev/null and b/docs/static/images/tutorial_dashboard_access.png
differ