opensearch-project / OpenSearch

🔎 Open source distributed and RESTful search engine.
https://opensearch.org/docs/latest/opensearch/index/
Apache License 2.0
9.54k stars 1.75k forks source link

Generate admin password on startup #5879

Open peternied opened 1 year ago

peternied commented 1 year ago

Use case:

On startup the admin user is created with a random password.

Acceptance Criteria:

peternied commented 1 year ago

To see a good example of this checkout how Jenkins does this during its startup workflow https://www.jenkins.io/doc/pipeline/tour/getting-started/