Skip to content

Commit 62dab0e

Browse files
committed
add rabbitmq loopback users env variable in CI
Signed-off-by: Lance Drane <dranelt@ornl.gov>
1 parent 3317cb9 commit 62dab0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
RABBITMQ_PLUGINS: "rabbitmq_mqtt"
5353
RABBITMQ_USERNAME: "intersect_username"
5454
RABBITMQ_PASSWORD: "intersect_password"
55+
# misleading env name, this is needed to set "loopback_users.$USERNAME = false"
56+
RABBITMQ_MANAGEMENT_ALLOW_WEB_ACCESS: "yes"
5557
ports:
5658
- "1883:1883" # MQTT port
5759
- "5672:5672" # AMQP port

0 commit comments

Comments
 (0)