Skip to content

Commit 89bbece

Browse files
committed
Add anonymous SASL mechanism to broker configuration
It is supposed to be activated.
1 parent 44bda71 commit 89bbece

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/start-broker.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ ssl_options.fail_if_no_peer_cert = false
3333
ssl_options.depth = 1
3434
3535
auth_mechanisms.1 = PLAIN
36-
auth_mechanisms.2 = EXTERNAL
36+
auth_mechanisms.2 = ANONYMOUS
37+
auth_mechanisms.3 = EXTERNAL
3738
3839
stream.listeners.ssl.1 = 5551" >> rabbitmq-configuration/rabbitmq.conf
3940

0 commit comments

Comments
 (0)