How to use securityConfigSecret in Opensearch with admin password being a sensitive value
I’m trying to use a set of roles with custom-defined permissions and OIDC as authentication backend for the OpenSearch cluster deployed using opensearch-operator
. I also want to have the password for the admin user defined separately. I can use the securityConfigSecret
to provide all these configs using a secret as follows.
How to use securityConfigSecret in Opensearch with admin password being a sensitive value
I’m trying to use a set of roles with custom-defined permissions and OIDC as authentication backend for the OpenSearch cluster deployed using opensearch-operator
. I also want to have the password for the admin user defined separately. I can use the securityConfigSecret
to provide all these configs using a secret as follows.