From 2d1a225422c2da9a45c9ee048fb99268242090dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 20 Aug 2024 18:57:35 +0200 Subject: [PATCH] Fix W2FM rabbitmq username MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- .../webhook2fedmsg/templates/fedora-messaging.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/webhook2fedmsg/templates/fedora-messaging.toml b/roles/openshift-apps/webhook2fedmsg/templates/fedora-messaging.toml index 220b6475ae..2c1acfe5bd 100644 --- a/roles/openshift-apps/webhook2fedmsg/templates/fedora-messaging.toml +++ b/roles/openshift-apps/webhook2fedmsg/templates/fedora-messaging.toml @@ -1,4 +1,4 @@ -amqp_url = "amqps://webhook2fedmsg:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub" +amqp_url = "amqps://webhook2fedmsg{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub" # Just check if the queue exist, don't try to create it (the server does not allow it). passive_declares = true