Set up prod ACL config
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
dc90c38ec0
commit
5cd44ca6fe
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue