From dba2821a1706dd8f538f46ffe51fdbfd22823058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Duarte?= Date: Fri, 10 Jan 2025 18:05:18 +0000 Subject: [PATCH] fix test secure integration --- .ci/logstash-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/logstash-run.sh b/.ci/logstash-run.sh index 33e421b7..d746a184 100755 --- a/.ci/logstash-run.sh +++ b/.ci/logstash-run.sh @@ -13,7 +13,7 @@ else fi # CentOS 7 using curl defaults does not enable TLSv1.3 -CURL_OPTS="-s -k --tlsv1.2 --tls-max 1.3" +CURL_OPTS="-s -u admin:elastic -k --tlsv1.2 --tls-max 1.3" wait_for_es() { count=120