Declare topics for askbot.
This commit is contained in:
parent
2f393cba9c
commit
032d116fcc
2 changed files with 12 additions and 1 deletions
|
@ -25,6 +25,12 @@ fedmsg_certs:
|
||||||
- service: askbot
|
- service: askbot
|
||||||
owner: root
|
owner: root
|
||||||
group: apache
|
group: apache
|
||||||
|
can_send:
|
||||||
|
- askbot.post.delete
|
||||||
|
- askbot.post.edit
|
||||||
|
- askbot.post.flag_offensive.add
|
||||||
|
- askbot.post.flag_offensive.delete
|
||||||
|
- askbot.tag.update
|
||||||
|
|
||||||
|
|
||||||
# For the MOTD
|
# For the MOTD
|
||||||
|
|
|
@ -25,7 +25,12 @@ fedmsg_certs:
|
||||||
- service: askbot
|
- service: askbot
|
||||||
owner: root
|
owner: root
|
||||||
group: apache
|
group: apache
|
||||||
|
can_send:
|
||||||
|
- askbot.post.delete
|
||||||
|
- askbot.post.edit
|
||||||
|
- askbot.post.flag_offensive.add
|
||||||
|
- askbot.post.flag_offensive.delete
|
||||||
|
- askbot.tag.update
|
||||||
|
|
||||||
# For the MOTD
|
# For the MOTD
|
||||||
csi_security_category: Low
|
csi_security_category: Low
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue