Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): 2.11.1
Server: Oracle Linux 7 OKE machine
Describe the issue:
i have config in opensearch values.yaml but it is not getting updated at /usr/share/opensearch/config/opensearch-security/config.yml using helm charts. but the config is getting updated when using with docker-compose
opensearch values.yaml
securityConfig:
enabled: true
path: "/usr/share/opensearch/config/opensearch-security"
config:
config.yml: |
_meta:
type: "config"
config_version: 2
config:
dynamic:
http:
anonymous_auth_enabled: false
authc:
basic_internal_auth_domain:
description: "Authenticate via HTTP Basic against internal users database"
http_enabled: true
transport_enabled: true
order: 0
http_authenticator:
type: "basic"
challenge: false
authentication_backend:
type: "internal"
oidc_auth_domain:
description: "Authenticate via OIDC (OpenID Connect)"
http_enabled: true
transport_enabled: true
order: 1
http_authenticator:
type: "openid"
challenge: true
config:
subject_key: "preferred_username"
roles_key: "roles"
openid_connect_url: "http://100.76.143.74:8080/realms/new/.well-known/openid-configuration"
client_id: "opensearch"
client_secret: "12345678901234567890123456789012"
authentication_backend:
type: "noop"
please suggest how to resolve this
Configuration:
Relevant Logs or Screenshots: