Skip to content

Commit 753a727

Browse files
committed
[CI] Updates run-elasticsearch
1 parent f3f23e5 commit 753a727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/run-elasticsearch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ END
4848
if [[ $STACK_VERSION == "8.0.0-SNAPSHOT" ]]; then
4949
environment+=($(cat <<-EOF
5050
--env ELASTIC_PASSWORD=$elastic_password
51-
--env xpack.security.enabled=true
5251
EOF
5352
))
5453
fi
@@ -78,6 +77,7 @@ END
7877
))
7978
else
8079
environment+=($(cat <<-END
80+
--env xpack.security.enabled=false
8181
--env node.roles=data,data_cold,data_content,data_frozen,data_hot,data_warm,ingest,master,remote_cluster_client
8282
END
8383
))

0 commit comments

Comments
 (0)