opensearch-project / demos

Apache License 2.0
2 stars 13 forks source link

[BUG] ldap-example and setting OPENSEARCH_INITIAL_ADMIN_PASSWORD #127

Open dlin2028 opened 6 months ago

dlin2028 commented 6 months ago

What is the bug?

Upgrading the ldap-example branch from OpenSearch version 2.11.1 to 2.12.0 breaks demo because OPENSEARCH_INITIAL_ADMIN_PASSWORD is not set. However, setting it in docker-compose.yml causes Device or resource busy error, similar to #3891

How can one reproduce the bug?

Run ldap-example branch with environment variables

OPENSEARCH_VERSION=latest OPENSEARCH_DASHBOARDS_VERSION=latest

What is your host/environment?

Ubuntu 22.04

dtaivpp commented 6 months ago

Hey @dlin2028, thanks for reporting this and I'll take a look. Chances are we will need to go back trough and make some updates to support 2.12 on this. Ill merge your PR so others can have a working example until we can get this resolved.

dblock commented 3 months ago

Catch All Triage - 1 2 3 4 5 6

@dtaivpp Are you still planning on looking into this?