RabbitMQ: be more specific for the server-named queues to avoid conflict with exchange names

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard
2025-11-12 12:47:50 +01:00
parent 51665b4ed3
commit f2739e64ae

View File

@@ -354,8 +354,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})|amq\\..*)$"
write_priv: "^((\\w{8}(-\\w{4}){3}-\\w{12})|amq\\..*)$"
configure_priv: "^((\\w{8}(-\\w{4}){3}-\\w{12})|amq\\.gen-.*)$"
write_priv: "^((\\w{8}(-\\w{4}){3}-\\w{12})|amq\\.gen-.*)$"
read_priv: .*
state: present
tags: