From 89bbeceda6b36ece7a44659cff42ac30f6ba022d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20Cogolu=C3=A8gnes?= Date: Mon, 9 Sep 2024 12:19:43 +0200 Subject: [PATCH] Add anonymous SASL mechanism to broker configuration It is supposed to be activated. --- ci/start-broker.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/start-broker.sh b/ci/start-broker.sh index e41d0db43a..58ea78c1e0 100755 --- a/ci/start-broker.sh +++ b/ci/start-broker.sh @@ -33,7 +33,8 @@ ssl_options.fail_if_no_peer_cert = false ssl_options.depth = 1 auth_mechanisms.1 = PLAIN -auth_mechanisms.2 = EXTERNAL +auth_mechanisms.2 = ANONYMOUS +auth_mechanisms.3 = EXTERNAL stream.listeners.ssl.1 = 5551" >> rabbitmq-configuration/rabbitmq.conf