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