You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This is a feature request. Non dashboard admin user can only view saved objects in permitted workspaces after workspace enabled. The non workspace saved objects can't be listing when out of workspace.
Describe the solution you'd like
We are going to refactor saved objects finding method in the workspace client wrapper. There are mainly three cases in the finding method. We are going to overwrite the finding options according below logic.
Without options.workspaces and options.ACLSearchParams, should use permitted workspaces or default ACLSearchParams.
With options.workspaces, not permitted workspaces will be filtered out.
With options.ACLSearchParams, principals will be replaced to requested user.
wanglam
changed the title
[Workspace] Restrict access to data sources for non dashboard admin
[Workspace] Restrict saved objects finding for non dashboard admin
Jul 5, 2024
Is your feature request related to a problem? Please describe.
This is a feature request. Non dashboard admin user can only view saved objects in permitted workspaces after workspace enabled. The non workspace saved objects can't be listing when out of workspace.
Describe the solution you'd like
We are going to refactor saved objects finding method in the workspace client wrapper. There are mainly three cases in the finding method. We are going to overwrite the finding options according below logic.
Describe alternatives you've considered
N/A
Additional context
#4944
The text was updated successfully, but these errors were encountered: