Add a feature flag to advertise v2 endpoints
This commit is contained in:
parent
fee95bc096
commit
fc55730db8
2 changed files with 19 additions and 2 deletions
|
@ -189,6 +189,9 @@ class DefaultConfig(object):
|
|||
# Feature Flag: Whether users can directly login to the UI.
|
||||
FEATURE_DIRECT_LOGIN = True
|
||||
|
||||
# Feature Flag: Whether the v2/ endpoint is visible
|
||||
FEATURE_ADVERTISE_V2 = True
|
||||
|
||||
BUILD_MANAGER = ('enterprise', {})
|
||||
|
||||
DISTRIBUTED_STORAGE_CONFIG = {
|
||||
|
|
Reference in a new issue