diff options
| author | Ralph Bean <rbean@redhat.com> | 2015-06-12 19:26:50 +0000 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2015-06-12 19:26:50 +0000 |
| commit | b6952f588c28408c8a5e4e0ede6d24e6bcf67847 (patch) | |
| tree | b201355458648d35a084ad29120ce930384882d1 /inventory/group_vars/github2fedmsg | |
| parent | 5e0598b6e585664f5ffd322d7ca21ad353cf9c82 (diff) | |
Declare who can send what github2fedmsg stuff.
Diffstat (limited to 'inventory/group_vars/github2fedmsg')
| -rw-r--r-- | inventory/group_vars/github2fedmsg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/inventory/group_vars/github2fedmsg b/inventory/group_vars/github2fedmsg index 133ea4152..4274dc215 100644 --- a/inventory/group_vars/github2fedmsg +++ b/inventory/group_vars/github2fedmsg @@ -25,3 +25,21 @@ fedmsg_certs: - service: github2fedmsg owner: root group: apache + can_send: + - github.commit_comment + - github.create + - github.delete + - github.fork + - github.issue.comment + - github.issue.reopened + - github.member + - github.page_build + - github.pull_request.closed + - github.pull_request_review_comment + - github.push + - github.release + - github.star + - github.status + - github.team_add + - github.webhook + - github.gollum |
