Skip to content

Commit 1fa62f1

Browse files
Merge branch 'main' into fix/missing-compose.html
2 parents ed7dc23 + 2620d7f commit 1fa62f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/opensearch/testcontainers/opensearch

modules/opensearch/testcontainers/opensearch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(
5757

5858
self.with_exposed_ports(self.port)
5959
self.with_env("discovery.type", "single-node")
60-
self.with_env("plugins.security.disabled", "false" if security_enabled else "true")
60+
self.with_env("DISABLE_SECURITY_PLUGIN", "false" if security_enabled else "true")
6161
if self._supports_initial_admin_password(str(image)):
6262
self.with_env("OPENSEARCH_INITIAL_ADMIN_PASSWORD", self.initial_admin_password)
6363
if security_enabled:

0 commit comments

Comments
 (0)