Merge pull request #2387 from coreos-inc/team-sync

Team synchronization support in Quay Enterprise
This commit is contained in:
josephschorr 2017-04-03 18:26:29 -04:00 committed by GitHub
commit 1bfca871ec
34 changed files with 1576 additions and 94 deletions

View file

@ -432,3 +432,8 @@ class DefaultConfig(object):
# Maximum size allowed for layers in the registry.
MAXIMUM_LAYER_SIZE = '20G'
# Feature Flag: Whether team syncing from the backing auth is enabled.
FEATURE_TEAM_SYNCING = False
TEAM_RESYNC_STALE_TIME = '30m'
TEAM_SYNC_WORKER_FREQUENCY = 60 # seconds