Skip to content

Commit b2ee261

Browse files
committed
chore: fix opensearch keystore password
1 parent 7054892 commit b2ee261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/opensearch/config/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- plugins.anomaly_detection.enabled=false
1515
- plugins.security.ssl.http.enabled=true
1616
- plugins.security.ssl.http.keystore_type=PKCS12
17-
# needs to have "changeit" as keystore and key password
17+
- plugins.security.ssl.http.keystore_password=NOPASS
1818
- plugins.security.ssl.http.keystore_filepath=certs/intermediate_server/private/opensearch-secure.p12
1919
- OPENSEARCH_INITIAL_ADMIN_PASSWORD=Vector2026!
2020
- DISABLE_PERFORMANCE_ANALYZER_AGENT_CLI=true

0 commit comments

Comments
 (0)