-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to enable DASHBOARD_RBAC in helm chart ? #28234
Comments
Can you try running |
@abhishekindigg have you assigned roles to the dashboards you want your users to see, and assigned users to said roles? Unless they belong to the relevant roles, they won't see the dashboards (this is the whole point of Dashboard RBAC). Also, remember to publish the dashboards you want to share. |
@villebro Thanks man! I had to assign roles for each dashboard. It worked. |
@abhishekindigg we always encourage updates to our documentation if you want to edit one of the pages and help others in the future :) |
not sure why `my_override` but I see this in multiple sources including: apache/superset#28234
Bug description
Hello,
I have installed a latest superset in my AWS EKS with Helm chart and I want to enable DASHBOARD_RBAC because even after assigning Gamma role to users, they are not able to view the Dashboards.
I did following in my values.yaml
configOverrides:
my_override: |
FEATURE_FLAGS = {
"DASHBOARD_RBAC": True,
"DYNAMIC_PLUGINS": True
}
Not working as expected.
How to reproduce the bug
in values.yaml
configOverrides:
my_override: |
FEATURE_FLAGS = {
"DASHBOARD_RBAC": True,
"DYNAMIC_PLUGINS": True
}
Screenshots/recordings
In the Gamma role I have added these permissions still users are not able to view the dashboard.
Superset version
3.1.2
Python version
Not applicable
Node version
Not applicable
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: