RabbitMQ: allow server-named queues
See: https://pagure.io/fedora-infrastructure/issue/9385 Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
269a0d738f
commit
01ed5b118a
1 changed files with 2 additions and 2 deletions
|
@ -378,8 +378,8 @@
|
|||
- vhost: /public_pubsub
|
||||
# Matches, for example, de23804a-304a-4228-b239-35099c98bd1e
|
||||
# Regex is Erlang flavored: http://erlang.org/doc/man/re.html
|
||||
configure_priv: "^(\\w{8}(-\\w{4}){3}-\\w{12})$"
|
||||
write_priv: "^(\\w{8}(-\\w{4}){3}-\\w{12})$"
|
||||
configure_priv: "^((\\w{8}(-\\w{4}){3}-\\w{12})|amq\..*)$"
|
||||
write_priv: "^((\\w{8}(-\\w{4}){3}-\\w{12})|amq\..*)$"
|
||||
read_priv: .*
|
||||
state: present
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue