You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/creating-charts-dashboards/creating-your-first-dashboard.mdx
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,9 +184,8 @@ Non-owner users access can be managed two different ways:
184
184
185
185
1. Dataset permissions - if you add to the relevant role permissions to datasets it automatically grants implicit access to all dashboards that uses those permitted datasets
186
186
2. Dashboard roles - if you enable **DASHBOARD_RBAC**[feature flag](https://superset.apache.org/docs/installation/configuring-superset#feature-flags) then you be able to manage which roles can access the dashboard
187
-
- Having dashboard access implicitly grants read access to the associated datasets, therefore
188
-
all charts will load their data even if feature flag is turned on and no roles assigned
189
-
to roles the access will fallback to **Dataset permissions**
187
+
- Granting a role access to a dashboard will bypass dataset level checks. Having dashboard access implicitly grants read access to all the featured charts in the dashboard, and thereby also all the associated datasets.
188
+
- If no roles are specified for a dashboard, regular **Dataset permissions** will apply.
Copy file name to clipboardExpand all lines: superset-frontend/src/dashboard/components/PropertiesModal/index.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -486,7 +486,7 @@ const PropertiesModal = ({
486
486
</StyledFormItem>
487
487
<pclassName="help-block">
488
488
{t(
489
-
'Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles are defined, then the dashboard is available to all roles.',
489
+
'Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks. If no roles are defined, regular access permissions apply.',
0 commit comments