You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running with the hedgehog profile, the opensearch.keystore file is not being created. This is technically okay, since it's not really needed: however, docker wants it to be present for the bind.
We need to make sure it gets created correctly in both profiles.
Workaround is to touch opensearch/opensearch.keystore before starting up.
When running with the hedgehog profile, the opensearch.keystore file is not being created. This is technically okay, since it's not really needed: however,
docker
wants it to be present for the bind.We need to make sure it gets created correctly in both profiles.
Workaround is to
touch opensearch/opensearch.keystore
before starting up.Found by @jvlavl, see #515
The text was updated successfully, but these errors were encountered: