First stab at LDAP integration.
This commit is contained in:
parent
580bb152fe
commit
027ada1f5c
6 changed files with 136 additions and 3 deletions
|
@ -72,6 +72,9 @@ class DefaultConfig(object):
|
|||
STORAGE_TYPE = 'LocalStorage'
|
||||
STORAGE_PATH = 'test/data/registry'
|
||||
|
||||
# Authentication
|
||||
AUTHENTICATION_TYPE = 'Database'
|
||||
|
||||
# Build logs
|
||||
BUILDLOGS = BuildLogs('logs.quay.io') # Change me
|
||||
|
||||
|
|
Reference in a new issue