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
@alexander-schranz With 2.12, the security demo configuration setup had a breaking change around the admin credentials. There is no default password "admin" anymore. A custom strong password is required to be passed to successfully setup demo configuration. If none / weak password is provided, the cluster will fail to spin-up.
The issue that you are facing is one of using plugins.security.disabled vs DISABLE_SECURITY_PLUGIN. (discussed in depth on this issue: opensearch-project/security#4062)
TLDR; plugins.security.disabled: true passed via environment variable disables security post demo configuration setup vs using DISABLE_SECURITY_PLUGIN which disables security at the time of setup.
Here is a modified docker-compose.yml that would work in your use-case:
Describe the bug
I used opensearch for my search abstraction project here. Since the release of 2.12.0 opensearch starts to crash without any changes on our side, the docker container just not longer is booting: https://github.com/schranz-search/schranz-search/actions/runs/8040340102/job/22065739391?pr=366
Related component
Build
To Reproduce
I use a very simple docker compose to run my tests:
Expected behavior
Should work as before.
Additional Details
Plugins
No Plugins
Screenshots
Host/Environment (please complete the following information):
Additional context
Sadly I was not yet able to get more output why it even crashes not sure if there are any debug flags I can activate to get here better output.
The text was updated successfully, but these errors were encountered: