Skip to content

Issue #429: Pass admin password for os2

joubu requested to merge joubu/koha-testing-docker:issue_429 into main

os2 failing with Please define an environment variable 'OPENSEARCH_INITIAL_ADMIN_PASSWORD' with a strong password string is coming from https://opensearch.org/blog/replacing-default-admin-credentials/

Honestly I don't understand what is doing ktd with the yml files.

I have added - OPENSEARCH_INITIAL_ADMIN_PASSWORD=${OPENSEARCH_INITIAL_ADMIN_PASSWORD} to docker-compose.os2.yml and OPENSEARCH_INITIAL_ADMIN_PASSWORD=yourStrongPassword123! to .env and it's working: es_1 | Admin password set successfully.

This is going to fix jenkins at least, not ktd users using the ktd shortcut

Merge request reports