-
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
Dashboard Access Control to specific user #550
Comments
This is a dup of #538 |
Still not obvious how to do this. I have a multi-tenant situation, which I could solve w/ permissions on views (instead of row level granularity) and roles. I need each role to have a pre-defined dashboard. |
Is there any update on this? |
Hi Gowtham,
We can change permission as per our requirement for specific users, but in
dashboard tab its visible for all user. in case want share specific
dashboard with specific user you can share only link of this dashboard.
…On Mon, Nov 28, 2016 at 3:21 PM, Gowtham Sai ***@***.***> wrote:
Is there any update on this?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#550 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ASyhT1Xjbfh2oP2BG544r6x64vIwEhmtks5rCqQogaJpZM4IsRLI>
.
|
Hi Nivawar, I don't have problem if the dashboard names are visible in dashboard tab to all the users. But the problem is say, I have a dashboard named Finance which is created from a table "Agg_Data" and another dashboard named Category which is also created from the same table Agg_Data. The Users who are able to access Category dashboard ( Permission on company.agg_data ) can see the dashboard of Finance (In side dashboard -slices and all) because of permission. Is there a way to give permission to a user for particular dashboard/slice only? If we can give dashboard specific permission, could you please tell me that permissions name? |
We have the same problem. |
We also have same problem. Any suggestions ? |
Currently it's data-centric access definition, assuming that we want users to slice/dice to answer their own questions beyond the dashbaord/report. We could add per-dashboard access and cut these users off from using the explore view. Speaking for Airbnb I don't think we need that feature so it would have to be community contributed. |
@mistercrunch can you please point me in the right direction so that I can make the required changes as this is needed for my usecase? |
Same here! |
I need this feature in my application too. Any updates on this? |
Same here! I would like to have this feature. How do we do this? |
We have implemented a hack for this. We have the dashboard page only show certain dashboards based off of the owner. We have a published owner and then they see their own. This allows the users to still share their dashboards with links, but removing the clutter on the dashboards page. Not everyone wants to share their dashboards with the world. |
@SpyderRivera, how does the hack work? Is there a restriction based on the owner of the dashboard? Please elaborate more on this. |
The hack is based on the owner of the dashboard. There is a hardcoded "published" user whose dashboards always show. We are working on how to better implement, but this worked for us for now. |
Hi SpyderRivera, |
Hello Team,
could you please help how to given permission to show or access specific dashboard for specific user, if i don't want to show my all dashboard to my all user, can you please suggest to right permission for dashboard access control, which kind of permission i need to assign for limited access user. i have checked all permission but there is no permission regarding this
The text was updated successfully, but these errors were encountered: