helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

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

Open domruf opened this issue 1 year ago • 2 comments

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.

domruf avatar May 05 '23 12:05 domruf

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

jordarlu avatar May 09 '23 19:05 jordarlu

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

domruf avatar May 11 '23 12:05 domruf