startwoinformatica commented on issue #4127: How can I  only authorize users to 
dashboards?
URL: 
https://github.com/apache/incubator-superset/issues/4127#issuecomment-536543252
 
 
   Using the reply from [@A. 
kyenze](https://stackoverflow.com/questions/50295010/is-there-a-way-to-create-read-only-dashboard-in-apache-superset),
 I had to change some permissions to enable the user to have the following 
permissions: 
   1. Recent Activity 
   2. Favorites 
   3. Dashboards Lists
   
   So I ended up having the permissions bellow: 
   `[can list on DashboardModelViewAsync, can dashboard on Superset, can fave 
dashboards on Superset, can recent activity on Superset, can favstar on 
Superset, can explore on Superset, can fave dashboards by username on Superset, 
can csrf token on Superset, can explore json on Superset]`
   
   Also had to add (of course) the datasource access rights: 
   `[datasource access on [database_3].(id:3), datasource access on 
[database_3].table_2]`
   
   [User Roles](https://ibb.co/58rR1G6)
   [Dashboards](https://ibb.co/4VjJPtY)
   [Recent Activity](https://ibb.co/ZLvssCx)
   [Favorite](https://ibb.co/hV472Vn)
   
   So, because i've a generalViewer, and another role to setup the datasource 
access, it's really easy to add new daashboards to different users.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to