michellethomas commented on issue #7776: All Saved Queries are Public Across the User Base URL: https://github.com/apache/incubator-superset/issues/7776#issuecomment-505750299 1. Correct, this PR is available in 0.33.0rc1, to use it you'd need to create a CUSTOM_SECURITY_MANAGER in your superset_config and add `can_only_access_owned_queries` in one of the permissions groups (like `ALPHA_ONLY_PERMISSIONS`). 2. `can_only_access_owned_queries` only applies to Query Search (superset/sqllab#search) not Saved Queries (sqllab/my_queries/), you'd need to add a feature that adds a similar permission for Saved Queries. We should probably keep them as separate permissions if people want to restrict access to one endpoint but not the other. It also doesn't restrict access to the user dropdown.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
