Skip to content

Commit

Permalink
Fixes ci
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Dec 15, 2023
1 parent 6596625 commit 71dc9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/logstash-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ wait_for_es() {

SERVICE_URL="http://integration:9200"
if [[ "$SECURE_INTEGRATION" == "true" ]]; then
SERVICE_URL="https://integration:9200 -k -u admin:$OPENSEARCH_INITIAL_ADMIN_PASSWORD"
SERVICE_URL="https://integration:9200 -k -u admin:myStrongPassword123!"
fi
count=10
while ! curl -s $SERVICE_URL >/dev/null && [[ $count -ne 0 ]]; do
Expand Down

0 comments on commit 71dc9be

Please sign in to comment.