I’m trying to use the OpenSearch Helm Chart to connect my OpenSearch cluster to a Keycloak identity provider. How would I go about setting the OpenID security configuration so that I may authenticate against my IDP?
Would I still be able to use local accounts with OpenSearch (i.e. kibana, admin) even with OpenID configured?
I figured out how to get the OpenID configuration using the helm chart. In values.yaml you have to set securityConfig.config. You could either create a Kubernetes Secret or provide plain YAML into securityConfig.config.data.