Hubs: declare Fedmsg certs
This commit is contained in:
parent
5a908ed559
commit
f6b6e21363
1 changed files with 19 additions and 0 deletions
|
@ -10,3 +10,22 @@ num_cpus: 2
|
|||
tcp_ports: [ 80 ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-web,sysadmin-hubs,sysadmin-veteran
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/tasks/main.yml
|
||||
fedmsg_certs:
|
||||
- service: shell
|
||||
owner: root
|
||||
group: sysadmin
|
||||
can_send:
|
||||
- logger.log
|
||||
- service: hubs
|
||||
owner: hubs
|
||||
group: hubs
|
||||
can_send:
|
||||
- hubs.user.created
|
||||
- hubs.user.role.added
|
||||
- hubs.user.role.changed
|
||||
- hubs.user.role.removed
|
||||
- hubs.hub.created
|
||||
- hubs.hub.updated
|
||||
- hubs.widget.updated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue