-
Notifications
You must be signed in to change notification settings - Fork 14k
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 permission #1799
Comments
@fangyeqing this is not ps, this is a good screenshot of my local changes. |
If actual results and expected results are the same how is this an issue? :) On a more serious level I find it difficult to understand what you mean here. Do you mean that having permission on a dashboard should suffice to see all the slices in it? |
@xrmx how to do? |
Ok now i sort of see what you meant, correct me if i'm wrong: you don't want to give access to every dashboard to roles that have the dashboard datasource permission, you want to grant permission to each dashboard manually. BTW Why did you opened an issue and not a pull request if you already have code implementing what you need? |
@xrmx okay, i will pull a request |
@ujhujuh - it would be great to understand the plan in a bit more details. As dashboard access becomes a bit tricky:
could you also please describe the business use case? |
@bkyryliuk we have an external partner that we would like to share a dashboard with, but we don't want them to see our internal dashboards in the dashboard list. We can limit their access to datasources so that if they click on the dashboard link, they won't be able to see anything. However, it would be super useful if we could prevent them from even seeing the link in the dashboard list. Correct me if I'm wrong, but I don't believe this is currently possible |
Is the "dashboard permission" feature added to superset?? |
I am facing the exact issue and want this feature desperately. I will explain my real use case which is also a classic example, and I hope this gives more clarity on the issue.
The problem I am facing to implement the above:
|
I don't think this change does anything. Even if you remove the dashboard permission from the role the role's actual permission does not change, meaning that once |
Has this been fixed? |
@ujhujuh did you Pull request your feature? I am looking forward to use this feature. |
@ujhujuh How did you go on about doing this? Can you direct me roughly how to make a Custom Permission? |
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 |
@ujhujuh @nihalbtq8 @yamyamyuo |
from this version,the permission seems to have been added
------------------ 原始邮件 ------------------
发件人: "Sunny kalal"<[email protected]>;
发送时间: 2019年8月27日(星期二) 晚上6:06
收件人: "apache/incubator-superset"<[email protected]>;
抄送: "Fantasy"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [apache/incubator-superset] dashboard permission (#1799)
@ujhujuh @nihalbtq8 @yamyamyuo
Guys can you please tell me the file path where I need to make these changes, I am using release--0.32 version.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@ujhujuh I can't see this feature, Can you tell me the file path? |
Make sure these boxes are checked before submitting your issue - thank you!
Now dashboard permissions are based on database and datasource to control, I would like to control the permissions on the dashboard alone,like that:
Superset version
14.1
Expected results
succeed
Actual results
succeed
Steps to reproduce
New feature.
The text was updated successfully, but these errors were encountered: