-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
Need to give just dashboard view access to users in Supreset #5483
Comments
Gamma rights do not include access rights to datasources and tables. If you want a certain user group add a Role i.e. "VIEWER" with the access rights of the datasources you want them to access (in the dashboard). You could add this permission: "all datasource access on all_datasource_access" or you could add individually "datasource access on [database].table" for each datasource |
Thanks Sebastian. by adding "datasource access on all_datasource_access". Gamma users can view dashboard but my problem statement is that I have users to whom I have to give only dashboard viewing and download rights. I tried to look for the solution in previous threads, but couldn't find the right solution. Need to know what all permissions are required to achieve this functionality |
Any updates on this? I am in a similar position, as I want to create a role with (only) viewing permission to a single dashboard. Which permissions need to be added to this "VIEWER" role in order for them to see the specific dashboard? The permission "all datasource access on all_datasource_access" is not enough. |
+1. Similar situation. |
@awsiotdemo you must give them permission on the table to show data and therefore download them, but you can create a role that can list and view dash board so the user will see only the dashboard of the table he can access to |
Currently you can only give access per database, schema or table. There's an open PR out there attempting to add this feature. |
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 |
+1. Similar situation. |
1 similar comment
+1. Similar situation. |
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 need, use case is that on dataset with 10's to hundreds of users new to dashboards there will soon be clutter it would be nice to explicitly share a dashboard to a role without assigning them as an editor. Ie. Big dashboard from which user forks Their Big dashboard version but the other users don't see that unless they are added in as editor |
I have the same need. |
Same need +1. |
We have same need too. |
+1 |
+2 |
+1 same need here !! |
+1 same challenge. |
Nice! Thanks for the heads up. Looking forward to SIP-51. it looks exciting. For now, I was able to configure the initial access as @sebastianwindeck mentioned. |
Here's a reference link to SIP-51 #10408 |
+1. Looking forward to it. |
1 similar comment
+1. Looking forward to it. |
+1.Same need. |
+1 with the same need |
+1 same here. Is there a solution now |
+1 has it been solved? Thanks in advance. |
+1 , need to prepare read-only dashboards for users |
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
0.26.3
Expected results
Need to give just dashboard vieweing rights and dashboard download rights to users
Actual results
After giving Gamma role access to users, users are not able to see any dashboard
Steps to reproduce
The text was updated successfully, but these errors were encountered: