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

[v2.12.0] Ensure CI/documentation reflect changes to default admin credentials #515

Closed DarshitChanpura closed 9 months ago

DarshitChanpura commented 10 months ago

Background

Previously, when installing the security plugin demo configuration, the cluster was spun up with the default admin credentials, admin:admin. A change was made in main and backported to 2.x for the 2.12.0 release, which now requires an initial admin password to be passed in via the environment variable OPENSEARCH_INITIAL_ADMIN_PASSWORD. This will break some CI/testing that relies on OpenSearch to come up without setting this environment variable. This tracking issue is to ensure compliance with the new changes.

Coming from: https://github.com/opensearch-project/security/issues/3624

Acceptance Criteria

prudhvigodithi commented 9 months ago

[Triage] Thanks @DarshitChanpura, we already have PR's https://github.com/opensearch-project/helm-charts/pull/503, https://github.com/opensearch-project/helm-charts/pull/516 for this change. Thanks

DarshitChanpura commented 9 months ago

Closed via: #518