Merge pull request #2387 from coreos-inc/team-sync
Team synchronization support in Quay Enterprise
This commit is contained in:
commit
1bfca871ec
34 changed files with 1576 additions and 94 deletions
|
@ -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
|
||||
|
|
Reference in a new issue