-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
User should not be able to view dashboards created by other users #2792
Comments
What kind of users are these? |
I have created non-admin users based on custom roles (as in they have access to specific tables only). Now what I want is that, if user1 creates dasboards d1,d2,d3 and user2 creates d4,d5,d6, then user2 should not be able to access d1,d2,d3 and vice versa. |
Alpha users can see all data sources. Gamma users can only see the sources that they have been granted access to. |
What about the case where user1 and user2 are both gamma users. Both users' dashboards have slices from the same datasources (possibly created by applying different filters, or by moving some graphs around). Can we still restrict access in some way so that user1 is not able to view user2's created dashboards? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
Same issue here.. I also need help on this one. |
Issue
User should be able to view Dashboards created by himself/herself only. User should not be able to view dashboards created by other users.
Superset version
0.17.4
Expected results
User1 cannot view dashboards(d1, d2, d3) created by User2(d4, d5, d6)
Actual results
User1 can view dashboards created by User2
Steps to reproduce
Create 2 users, both have same roles. Both can view (and edit) each others dashboards. This should not happen in my use case.
The text was updated successfully, but these errors were encountered: