271 opensearch containers#367
Conversation
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
| opensearch.hosts: [https://opensearch:9200] | ||
| opensearch.ssl.verificationMode: none | ||
| opensearch.username: kibanaserver | ||
| opensearch.password: kibanaserver |
There was a problem hiding this comment.
This looks to be different than the OPENSEARCH_INITIAL_ADMIN_PASSWORD that I fixed in my PR. There is probably an equivalent ENV variable that can be set to remove this password.
| opensearch.hosts: [https://opensearch:9200] | ||
| opensearch.ssl.verificationMode: none | ||
| opensearch.username: kibanaserver | ||
| opensearch.password: kibanaserver |
There was a problem hiding this comment.
This looks to be different than the OPENSEARCH_INITIAL_ADMIN_PASSWORD that I fixed in my PR. There is probably an equivalent ENV variable that can be set to remove this password.
|




Closes #271