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:
Aurélien Bompard 2021-06-11 11:39:24 +02:00
parent 269a0d738f
commit 01ed5b118a
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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: