Skip to content

Commit 2cf66ad

Browse files
authored
Enable SSE, enforce HTTPS, enable node-to-node encryption (#1851)
1 parent 1292098 commit 2cf66ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test_infra/stacks/opensearch_stack.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ def _setup_opensearch_1(self) -> None:
7575
resources=[f"{domain_arn}/*"],
7676
)
7777
],
78+
enforce_https=True,
79+
node_to_node_encryption=True,
80+
encryption_at_rest=opensearch.EncryptionAtRestOptions(
81+
enabled=True,
82+
),
7883
removal_policy=RemovalPolicy.DESTROY,
7984
)
8085

0 commit comments

Comments
 (0)