-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Cannot Hide Full User List in Saved Queries List View Dropdown #7776
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
This sounds like a feature request not a bug, as some groups using superset may want to enable access to all saved queries. I merged a PR that adds a similar functionality to the query search feature. By default this permission isn't added to any roles, but if you add can_only_access_owned_queries to alpha or gamma roles users will only be able to search their own queries. You can do something similar to add a role for Saved Queries. #7234 |
@michellethomas Thanks for the reply. Your PR sounds like its offering just about exactly what I'm looking for. My only two questions follow up questions are: 1.) Can you confirm which release this commit went out in? It looks like it was merged on April 17th and I'm using a release ( 2.) Does Assuming the 2nd item was also addressed in #7234, everything I was suggested would be covered and we can close this issue. If not, I will relabel this as a feature request and clarify that half of the request was already addressed in a newer release. |
|
Thanks! I'll update this issue to indicate the revised "ask" and I'll see if this is something I could put together a PR for. |
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 |
Superset does not allow users to have access to the Saved Queries "list" functionality without allowing them to see the full list of Superset users.
Expected results
Superset should (IMO) have a permission that allows administrators to hide the full list of users from a given user.
Actual results
When "Saved Queries" are enabled for users, they immediately gain access to the full user list--and administrators don't seem to have the ability to hide this potentially sensitive information.
Screenshots
How to reproduce the bug
Grant a role the ability to use Saved Queries (i.e. list, show, add, delete...saved queries permissions).
Add a user to that role
Attempt to prevent that user from accessing the full list of users when the user navigates to the
/savedqueryview/list/
pageEnvironment
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
Additional context
N/A
The text was updated successfully, but these errors were encountered: