Pagure can send message with the topic: pagure.request.assigned.added but this is currently not allowed so we get an `invalid signature` error.
Could I get a couple of +1s to push this in stg and prod?
Thanks,
Pierre-Yves Chibon (1): Allow pagure to send pagure.request.assigned.added messages
inventory/group_vars/pagure | 1 + inventory/group_vars/pagure-stg | 1 + 2 files changed, 2 insertions(+)
--- inventory/group_vars/pagure | 1 + inventory/group_vars/pagure-stg | 1 + 2 files changed, 2 insertions(+)
diff --git a/inventory/group_vars/pagure b/inventory/group_vars/pagure index 19141f5..410fb38 100644 --- a/inventory/group_vars/pagure +++ b/inventory/group_vars/pagure @@ -48,6 +48,7 @@ fedmsg_certs: - pagure.pull-request.flag.added - pagure.pull-request.flag.updated - pagure.pull-request.new + - pagure.request.assigned.added - pagure.git.receive
diff --git a/inventory/group_vars/pagure-stg b/inventory/group_vars/pagure-stg index 17e0d62..367a3e6 100644 --- a/inventory/group_vars/pagure-stg +++ b/inventory/group_vars/pagure-stg @@ -47,6 +47,7 @@ fedmsg_certs: - pagure.pull-request.comment.added - pagure.pull-request.flag.added - pagure.pull-request.flag.updated + - pagure.request.assigned.added - pagure.pull-request.new
fedmsg_prefix: io.pagure
----- Original Message -----
Pagure can send message with the topic: pagure.request.assigned.added but this is currently not allowed so we get an `invalid signature` error.
Could I get a couple of +1s to push this in stg and prod?
Thanks,
Pierre-Yves Chibon (1): Allow pagure to send pagure.request.assigned.added messages
+1
With kind regards, Patrick Uiterwijk Fedora Infra
On Wed, Mar 09, 2016 at 05:29:29PM -0500, Patrick Uiterwijk wrote:
----- Original Message -----
Pagure can send message with the topic: pagure.request.assigned.added but this is currently not allowed so we get an `invalid signature` error.
Could I get a couple of +1s to push this in stg and prod?
Thanks,
Pierre-Yves Chibon (1): Allow pagure to send pagure.request.assigned.added messages
+1
+1
Note that this will require a run of master.yml with -t fedmsgdconfig and then a run of restart-fedmsg-services.yml to pick up the change.
infrastructure@lists.fedoraproject.org