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 234 forks source link

[Enhancement][opensearch-dashboard] put opensearch_dashboards.yml into a Secret #426

Open domruf opened 1 year ago

domruf commented 1 year ago

Is your feature request related to a problem? Please describe. At the moment opensearch_dashboards.yml is stored as a ConfigMap. So the settings (incl. opensearch_security.openid.client_secret) are not really treated as 'Secrets'.

Describe the solution you'd like opensearch_dashboards.yml should be stored as a Secret instead of a ConfigMap.

Additional context In the opensearch chart files like config.yml etc. are already stored as Secrets instead of ConfigMaps.

jordarlu commented 1 year ago

@domruf , Could you elaborate more on converting the opensearch_dashboards.yml to a secret? if you can also contribute a PR for it? thanks !!

domruf commented 1 year ago

Okay, I'll look into creating my own pull request.