opensearch-project / helm-charts

:wheel_of_dharma: A community repository for Helm Charts of OpenSearch Project.
https://opensearch.org/docs/latest/opensearch/install/helm/
Apache License 2.0
173 stars 235 forks source link

Question about different Certs #613

Open jack85811 opened 3 weeks ago

jack85811 commented 3 weeks ago

hello guys,

I've been setting up opensearch and wanted to give each pod its own cert like shown in this documentation.

i couldn't find a way to do it with the current chart though. Am i missing something? Did one you guys manage to come up with a good solution?

currently I'm mounting the keys

image

to then set it in the opensearch.yaml

image

I would appreciate it very much if you could help me out or give some inspiration :)

prudhvigodithi commented 2 weeks ago

[Triage] Hey @jack85811 with extraVolumes, extraVolumeMounts and updating the config yaml did it work ? One other way to do it have a custom template just for this purpose and add the secrets (the certs) for each pod created by the StatefulSet. Can you please take look at this and share your results, its a good story for other to follow. Thank you

jack85811 commented 1 week ago

i didn't continue yet, but once i find a solution ill post it here :)