From 5cd44ca6fe47f73dde78b429ad92d44b9da9ebc2 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 21 Nov 2018 11:29:29 +0100 Subject: [PATCH] Set up prod ACL config Signed-off-by: Patrick Uiterwijk --- roles/distgit/pagure/templates/pagure_shared.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/distgit/pagure/templates/pagure_shared.cfg b/roles/distgit/pagure/templates/pagure_shared.cfg index e802ac1730..48c181d704 100644 --- a/roles/distgit/pagure/templates/pagure_shared.cfg +++ b/roles/distgit/pagure/templates/pagure_shared.cfg @@ -62,9 +62,7 @@ GITOLITE_CELERY_QUEUE = 'gitolite_queue' BLACKLISTED_GROUPS = ['forks', 'group'] -{% if env == "staging" %} # ACL settings -ACL_DEBUG = True ACL_BLOCK_UNSPECIFIED = False ACL_PROTECTED_NAMESPACES = ['rpms', 'modules', 'container'] RCM_GROUP = 'relenggroup' @@ -80,6 +78,9 @@ UNSPECIFIED_BLACKLIST_RES = ['refs/heads/f[0-9]+', ALLOW_HTTP_PUSH = True +{% if env == "staging" %} +ACL_DEBUG = True + # repoSpanner setup # For now, repoSpanner is enabled on a per-repo basis