-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Likely root cause: java.lang.RuntimeException: Demo certificates found #254
Comments
I'm also seeing this and I set the suggested env var DISABLE_INSTALL_DEMO_CONFIG as per documentation in https://opensearch.org/docs/opensearch/install/docker-security but then found out that this does not change anything. You also cannot use the mentioned workaround in opendistro-for-elasticsearch/opendistro-build#10 as the demo files are seemingly baked into the image. |
I was only able to get past this by creating a new container image where the demo files have been removed. Mounting a new entrypoint where I remove the files did not work for me. Quite tedious. I think this requires hotfixing as production use of the current images is not possible. |
Seems like related to #240 as well? |
Also #369 |
Will revert this so user can skip demo config during start of the container: |
Hi @danpawlik, Let me know if this is fixed with #436. |
Thanks @peterzhuamazon , it works. |
This did not get release as part of #151 I'm still seeing the demo certs in the |
1.0.1 release on 09/01 and the fix is after that. |
Describe the bug
On starting container, opensearch if raising an error:
then it quit.
To Reproduce
Steps to reproduce the behavior:
opensearch.yml
Expected behavior
Service will start normally
Host/Environment (please complete the following information):
Additional context
Environment variable DISABLE_INSTALL_DEMO_CONFIG seems not to work. The demo certificates are still in the
container image.
The text was updated successfully, but these errors were encountered: