diff --git a/roles/anubis/templates/policies.yaml.j2 b/roles/anubis/templates/policies.yaml.j2 index a536f596d7..5948d75372 100644 --- a/roles/anubis/templates/policies.yaml.j2 +++ b/roles/anubis/templates/policies.yaml.j2 @@ -15,6 +15,9 @@ bots: - name: bodhi and badges rss feeds path_regex: /rss/ action: ALLOW + - name: allow POSTs + expression: method == "POST" + action: ALLOW - name: allow ostree path_regex: ^/ostree action: ALLOW