We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1642e9 commit 2620d7fCopy full SHA for 2620d7f
modules/opensearch/testcontainers/opensearch/__init__.py
@@ -57,7 +57,7 @@ def __init__(
57
58
self.with_exposed_ports(self.port)
59
self.with_env("discovery.type", "single-node")
60
- self.with_env("plugins.security.disabled", "false" if security_enabled else "true")
+ self.with_env("DISABLE_SECURITY_PLUGIN", "false" if security_enabled else "true")
61
if self._supports_initial_admin_password(str(image)):
62
self.with_env("OPENSEARCH_INITIAL_ADMIN_PASSWORD", self.initial_admin_password)
63
if security_enabled:
0 commit comments