OIDC client_secret elasticsearch-keystore

I'm trying to use OIDC auth on ES.
But If you follow the docs https://www.elastic.co/guide/en/elasticsearch/reference/7.6/oidc-guide-authentication.html, has a step to add manually the client secret on elasticsearch-keystore.

My question is: How Can I add this secret? using a init container? This keystore can be shared?
Or this is a bug and we can't use this scenario in ECK?

There are docs here: https://www.elastic.co/guide/en/cloud-on-k8s/1.0/k8s-es-secure-settings.html on adding items to the keystore with ECK. If you have any questions or issues with it let us know.

Hi Anya!

Thanks for answer very fast :slight_smile:
After posting this question, I found an similar issue, and I saw your answer with this :slight_smile: