Merge pull request #2086 from coreos-inc/user-info
Add collection of user metadata: name and company
This commit is contained in:
commit
45b1148118
14 changed files with 178 additions and 33 deletions
|
@ -222,6 +222,9 @@ class DefaultConfig(object):
|
|||
# Feature Flag: Whether to proxy all direct download URLs in storage via the registry's nginx.
|
||||
FEATURE_PROXY_STORAGE = False
|
||||
|
||||
# Feature Flag: Whether to collect and support user metadata.
|
||||
FEATURE_USER_METADATA = False
|
||||
|
||||
# The namespace to use for library repositories.
|
||||
# Note: This must remain 'library' until Docker removes their hard-coded namespace for libraries.
|
||||
# See: https://github.com/docker/docker/blob/master/registry/session.go#L320
|
||||
|
|
Reference in a new issue