Secrets: Adding developer mode config (#111008)

adding developer mode and feature flags for e2e tests
This commit is contained in:
Dana Axinte
2025-09-18 10:10:24 +01:00
committed by GitHub
parent fcf781c24a
commit 1f071f5bd7
4 changed files with 32 additions and 1 deletions
+5
View File
@@ -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