Allow sysadmins on notifs-backend to publish these messages.

This commit is contained in:
Ralph Bean 2015-08-27 19:31:57 +00:00
parent 28c0df6bb1
commit df8bb575ea
2 changed files with 14 additions and 0 deletions

View file

@ -20,6 +20,13 @@ fedmsg_certs:
- service: shell
owner: root
group: sysadmin
# The shell cert needs to be allowed to send these too so it can do alembic
# upgrades that trigger messages.
can_send:
- fmn.filter.update
- fmn.preference.update
- fmn.rule.update
- fmn.confirmation.update
- service: fmn
owner: root
group: fedmsg

View file

@ -16,6 +16,13 @@ fedmsg_certs:
- service: shell
owner: root
group: sysadmin
# The shell cert needs to be allowed to send these too so it can do alembic
# upgrades that trigger messages.
can_send:
- fmn.filter.update
- fmn.preference.update
- fmn.rule.update
- fmn.confirmation.update
- service: fmn
owner: root
group: fedmsg