Skip to content

Commit d751261

Browse files
committed
* Add SASL ANONYMOUS to rabbitmq.conf for GHA
1 parent 297ef7a commit d751261

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.ci/ubuntu/rabbitmq.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ ssl_options.depth = 1
2222
ssl_options.fail_if_no_peer_cert = false
2323

2424
auth_mechanisms.1 = PLAIN
25-
auth_mechanisms.2 = EXTERNAL
25+
auth_mechanisms.2 = ANONYMOUS
26+
auth_mechanisms.3 = EXTERNAL

.ci/windows/rabbitmq.conf.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ ssl_options.depth = 1
2020
ssl_options.fail_if_no_peer_cert = false
2121

2222
auth_mechanisms.1 = PLAIN
23-
auth_mechanisms.2 = EXTERNAL
23+
auth_mechanisms.2 = ANONYMOUS
24+
auth_mechanisms.3 = EXTERNAL

0 commit comments

Comments
 (0)