-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Giving access based on Dashboards instead of Datasources. #12910
Comments
Hi there. we are working towards the first milestone of implementation in which dashboard access can be enforced bases on roles assigned to ( est. in 2-4 weeks) the second milestone is to enable data access to all of the charts within a dashboard just by having a dashboard access hope this concludes everything Amit |
@amitmiran137 This sounds complex. If a person has access to the dashboard it would seem that they pretty much already have access to the data source, do they not? I guess, from my side, if I wanted to prevent users from accessing various columns or records within a table/database I'd just generate a separate materialized view or other temporary table with the permissible data and give the users full access to that instead. Otherwise it feels like I'll be playing an endless game of whack-a-mole trying to plug various holes to prevent users from tweaking their AJAX calls and grabbing the whole illicit data set. Anyway, I'll be watching this closely as it might minimize some of my data-post-processing efforts if I can set stronger permissions on data subsets. |
Thanks @amitmiran137 for the conclusion. Please let us know once this requirement added. |
there are linked merged PRs assuming this request can be closed |
As of now, we can give access based on data sources. If we give permission to one dataset, all the dashboard created using that dataset can be viewed. But what if we need to restrict some of the dashboards here.
We should need the access permission based on Dashboads.
Some of the related Issues, SIP and pull requests i have seen. I have attached all the link below.
So, what is the current status on this? Is the "Access based on Dashboards" option implemeted?
If so, What is the steps to achieve that and from where I can find the option?
Someone please conclude this. Thanks.
The text was updated successfully, but these errors were encountered: