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
fix(opensearch): add support for admin_password in >= 2.12 (#697)
Opensearch has made an initial admin password mandatory since version
2.12 as can be read in the
[changelogs](https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.12.0.md).
The open search module in test containers-python does not pass in this
additional flag and current compatibility with open search >= 2.12 is
broken .
This MR adds compatibility with open search >= 2.12 by adding the
inidial_admin_password flag to the docker environment
---------
Co-authored-by: David Ankin <[email protected]>
0 commit comments