Skip to content

Commit

Permalink
Add anonymous SASL mechanism to broker configuration
Browse files Browse the repository at this point in the history
It is supposed to be activated.
  • Loading branch information
acogoluegnes committed Sep 9, 2024
1 parent 44bda71 commit 89bbece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/start-broker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 89bbece

Please sign in to comment.