Secrets: Adding developer mode config (#111008)
adding developer mode and feature flags for e2e tests
This commit is contained in:
@@ -14,6 +14,8 @@ publicDashboards=true
|
||||
grafanaAPIServer=true
|
||||
queryLibrary=true
|
||||
queryService=true
|
||||
secretsManagementAppPlatform = true
|
||||
secretsManagementAppPlatformUI = true
|
||||
|
||||
[environment]
|
||||
stack_id = 12345
|
||||
@@ -36,3 +38,6 @@ host = localhost:7777
|
||||
|
||||
[cloud_migration]
|
||||
developer_mode = true ; Enable developer mode to use in-memory implementations of 3rdparty services needed.
|
||||
|
||||
[secrets_manager]
|
||||
developer_mode = true
|
||||
|
||||
Reference in New Issue
Block a user