Allow stg.fedoramagazine.org to talk to our stg fedmsg bus.

This commit is contained in:
Ralph Bean 2015-03-21 00:06:44 +00:00
parent ed99c13fee
commit 19b6f294fe

View file

@ -55,6 +55,9 @@ custom_rules: [
'-A INPUT -p tcp -m tcp --dport 9941 -s 209.132.181.18 -j ACCEPT',
# Also, arm-hub01.qa.fedoraproject.org (secondary arch)
'-A INPUT -p tcp -m tcp --dport 9941 -s 209.132.181.31 -j ACCEPT',
# Allow stg.fedoramagazine.org running at vultr.com to talk inbound fedmsg
'-A INPUT -p tcp -m tcp --dport 9941 -s 104.207.133.220 -j ACCEPT',
]
fas_client_groups: sysadmin-noc,fi-apprentice