From 5f5ce08129bb09ecec3d2d0334d3d062a21d5165 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 6 Oct 2018 21:56:04 +0200 Subject: [PATCH] Cover all repos with auth require Signed-off-by: Patrick Uiterwijk --- roles/distgit/templates/httppush.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/templates/httppush.conf b/roles/distgit/templates/httppush.conf index 85db728085..3b530add2b 100644 --- a/roles/distgit/templates/httppush.conf +++ b/roles/distgit/templates/httppush.conf @@ -7,7 +7,7 @@ Require claims_expr '(.scope | index("https://src.fedoraproject.org/push") != null)' - + Require all granted