Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): 3.3.0
Describe the issue:
When using workspaces instead of multitenants, how can I restrict non-admin users from changing Application settings (/app/settings)?
Regular users are mapped to the static kibana_user role.
Other roles only grant them indices_all on a specific index pattern.
Is it possible to prevent/restrict non-admin users from changing these settings, because these settings are global?
Configuration:
opensearch_security.multitenancy.enabled: false
opensearch_security.multitenancy.tenants.enable_private: false
data_source.enabled: false
workspace.enabled: true
data.savedQueriesNewUI.enabled: true
explore.enabled: true
opensearchDashboards.branding.useExpandedHeader: false
uiSettings:
overrides:
"theme:version": "v9"
"home:useNewHomePage": true
"query:enhancements:enabled": true
