Skip to content
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

Closed
nivpawar22 opened this issue Jun 2, 2016 · 17 comments
Closed

Dashboard Access Control to specific user #550

nivpawar22 opened this issue Jun 2, 2016 · 17 comments

Comments

@nivpawar22
Copy link

nivpawar22 commented Jun 2, 2016

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

@xrmx
Copy link
Contributor

xrmx commented Jun 2, 2016

This is a dup of #538

@fingermark
Copy link

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.

@xrmx xrmx closed this as completed Aug 8, 2016
@fsck-mount
Copy link

Is there any update on this?

@nivpawar22
Copy link
Author

nivpawar22 commented Dec 1, 2016 via email

@fsck-mount
Copy link

fsck-mount commented Dec 1, 2016

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?

@jackpgao
Copy link

We have the same problem.

@sachinhub
Copy link

We also have same problem. Any suggestions ?

@mistercrunch
Copy link
Member

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.

@vidhaat
Copy link

vidhaat commented Sep 13, 2017

@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?

@laresbernardo
Copy link

Same here!

@gdeepali
Copy link

I need this feature in my application too. Any updates on this?

@aabdinur
Copy link

Same here! I would like to have this feature. How do we do this?

@SpyderRivera
Copy link
Contributor

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.

@aabdinur
Copy link

@SpyderRivera, how does the hack work? Is there a restriction based on the owner of the dashboard? Please elaborate more on this.

@SpyderRivera
Copy link
Contributor

SpyderRivera commented Feb 21, 2018

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.

@naveedalamiowa
Copy link

Hi SpyderRivera,
Could you gives us the details on how to implement the hack. Is the hardcoded "published" like a role or is this something more. Kindly explain the steps if possible.
Thanks

@SpyderRivera
Copy link
Contributor

@naveedalamiowa #4725

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests