-
Notifications
You must be signed in to change notification settings - Fork 287
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hi, looks like there is no way to configure some of plugins.security
config:
Example:
opensearch-k8s-operator/opensearch-operator/pkg/reconcilers/configuration.go
Lines 66 to 67 in c3d2a79
r.reconcilerContext.AddConfig("plugins.security.restapi.roles_enabled", `["all_access", "security_rest_api_access"]`) | |
r.reconcilerContext.AddConfig("plugins.security.system_indices.enabled", "true") |
I have:
#...
general:
additionalConfig:
# doesn't work here (?)
plugins.security.restapi.roles_enabled: '["all_access", "security_rest_api_access", "full_access"]'
plugins.security.system_indices.enabled: "false"
#...
I see the default settings in opensearch-config
ConfigMap.
plugins.security.restapi.roles_enabled: ["all_access", "security_rest_api_access"]
plugins.security.system_indices.enabled: true
Also see my overrides provided via environment variables in pod, but looks like they doesn't work.
There is a way to disable system indices protection?
agershman
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
📦 Backlog