-
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
How can I only authorize users to dashboards? #4127
Comments
Create user and the assign roles . You can start with Gamma , and create additional roles with custom access to data source. |
I don't think data source access is sufficient. ouyang-lunxi says he has two dashboards based on the same data source, and wants to provide (I presume read-only) access to one of those two dashboards. Duplicate of #1799? |
For now security restrictions are on a per-datasource only (also, per schema and per database), allowing users to drill-through and slice/dice the data behind the dashboard. We do understand the use case where the user may be allowed to see a dashboard, but not to explore the underlying datasources and are planning on supporting this at some point. |
+1 read-only public dashboard would be nice |
1 similar comment
+1 read-only public dashboard would be nice |
@LanDeQuHuXi @mojitodaiquiri i think that functionality is in the works: |
+1 read-only public dashboard would be nice |
@isunix Can you elaborate on the implementation steps? Thank you |
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 |
Is this feature implemented? |
is this feature is implemented? or anyone is working on it? |
Using the reply from @A. kyenze, I had to change some permissions to enable the user to have the following permissions:
So I ended up having the permissions bellow: Also had to add (of course) the datasource access rights: User Roles 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. |
@mistercrunch Is this functionality in roadmap ? |
Hello team |
Expected results
I want create a role only the given dashboard can be shown to him, but I can only limit his access on datasource. In another word, I want to create 2 or more different dashboards based on the same datasource, and a specified user can only see one of them. But I can't do that based on the existing security model. Is there any suggestions?
The text was updated successfully, but these errors were encountered: