mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
Rabbit: add perm to write in a user's queue
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
rabbitmq_user:
|
||||
user: "{{ username }}"
|
||||
vhost: "{{ vhost }}"
|
||||
read_priv: "^(amq\\.topic)|({{ username }}.*)$" # Read from queues prefixed with their name and from the exchange
|
||||
write_priv: "amq\\.topic" # Publish to the topic exchange
|
||||
read_priv: "^(amq\\.topic)|({{ username }}.*)$" # Read from queues prefixed with their name and bind to the topic exchange
|
||||
write_priv: "^(amq\\.topic)|({{ username }}.*)$" # Write to queues prefixed with their name and publish to the topic exchange
|
||||
configure_priv: "^$" # No configuration permissions
|
||||
state: present
|
||||
|
||||
|
||||
Reference in New Issue
Block a user