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.
Adding an optional setting that controls the permissions of data source to create, update and delete.
data_source.editMode: "read_only|admin_only|none"
"all": The data source is readonly for all users.
"dashboard_admin": The data source can only be managed by dashboard admin.((#6389) ).
"all": The data source can be managed by all users. Default to "all".
Describe the solution you'd like
Before editing a data source, data source permission client wrapper will verify the data source edit mode.
yubonluo
changed the title
[Workspace] Only OSD admin can create/update/delete data source
[DataSource] Restrict data source creation/update/delete when editMode is read_only or admin_only
Jun 24, 2024
yubonluo
changed the title
[DataSource] Restrict data source creation/update/delete when editMode is read_only or admin_only
[DataSource] Restrict data source creation/update/delete when manageableBy is none or dashboard_admin
Jul 17, 2024
Is your feature request related to a problem? Please describe.
Adding an optional setting that controls the permissions of data source to create, update and delete.
data_source.editMode: "read_only|admin_only|none"
"all": The data source is readonly for all users.
"dashboard_admin": The data source can only be managed by dashboard admin.((#6389) ).
"all": The data source can be managed by all users. Default to "all".
Describe the solution you'd like
Before editing a data source, data source permission client wrapper will verify the data source edit mode.
Describe alternatives you've considered
Additional context
#4944
The text was updated successfully, but these errors were encountered: