From c974c2bed1da5245ba4f3e5c510a06c1b651623d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 4 Mar 2019 16:09:27 +0000 Subject: [PATCH] Allow the messaging briges to sign any topic --- roles/fedmsg/base/templates/policy.py.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/fedmsg/base/templates/policy.py.j2 b/roles/fedmsg/base/templates/policy.py.j2 index 91a21075a6..8cf1bf11af 100644 --- a/roles/fedmsg/base/templates/policy.py.j2 +++ b/roles/fedmsg/base/templates/policy.py.j2 @@ -22,6 +22,7 @@ config = dict( "{{topic}}": [ {% for cert in certs %} "{{ cert }}", + "fedmsg-migration-tools-fedmsg-migration-tools{{env_suffix}}.fedoraproject.org", {% endfor %} ], {% endfor %}