Allow the RabbitMQ monitoring user to access the default vhost
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
ac6245ddde
commit
2aaa80ab3e
1 changed files with 4 additions and 0 deletions
|
@ -154,6 +154,10 @@
|
|||
password: "{{ rabbitmq_monitoring_password_production }}"
|
||||
update_password: always
|
||||
permissions:
|
||||
- vhost: /
|
||||
configure_priv: "^$"
|
||||
read_priv: "^$"
|
||||
write_priv: "^$"
|
||||
- vhost: /pubsub
|
||||
configure_priv: "^$"
|
||||
read_priv: "^$"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue