Allow the messaging briges to sign any topic

This commit is contained in:
Aurélien Bompard 2019-03-04 16:09:27 +00:00
parent 48fdb8060e
commit c974c2bed1

View file

@ -22,6 +22,7 @@ config = dict(
"{{topic}}": [ "{{topic}}": [
{% for cert in certs %} {% for cert in certs %}
"{{ cert }}", "{{ cert }}",
"fedmsg-migration-tools-fedmsg-migration-tools{{env_suffix}}.fedoraproject.org",
{% endfor %} {% endfor %}
], ],
{% endfor %} {% endfor %}