From 2c29dbef641fe3bb16cd89fadbbc9c005716e7f9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 3 Dec 2025 11:46:29 -0800 Subject: [PATCH] anubis: allowlist src/extras These are some smallish json files that are used by various scripts. Lets just allowlist them. See https://pagure.io/fedora-infrastructure/issue/12946 Signed-off-by: Kevin Fenzi --- roles/anubis/templates/policies.yaml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/anubis/templates/policies.yaml.j2 b/roles/anubis/templates/policies.yaml.j2 index ead1e81d7e..378becb003 100644 --- a/roles/anubis/templates/policies.yaml.j2 +++ b/roles/anubis/templates/policies.yaml.j2 @@ -24,6 +24,9 @@ bots: - name: allow iot compose path_regex: ^/compose/iot action: ALLOW + - name: allow src extras + path_regex: ^/extras/ + action: ALLOW - name: allow packit user_agent_regex: packit.dev/packit action: ALLOW