Merge branch '21597-cypress-reply-fix' into main. Closes #21597
[arvados.git] / lib / config / export.go
index 674b37473e8b1e99e1ce5f3fd3551e3e8ee22666..4b6c142ff2e29f41bcf2b843ac6479b54dd436aa 100644 (file)
@@ -70,6 +70,7 @@ var whitelist = map[string]bool{
        "API.LogCreateRequestFraction":             false,
        "API.MaxConcurrentRailsRequests":           false,
        "API.MaxConcurrentRequests":                false,
+       "API.MaxGatewayTunnels":                    false,
        "API.MaxIndexDatabaseRead":                 false,
        "API.MaxItemsPerResponse":                  true,
        "API.MaxKeepBlobBuffers":                   false,
@@ -294,7 +295,6 @@ var whitelist = map[string]bool{
        "Workbench.Repositories":                              false,
        "Workbench.RepositoryCache":                           false,
        "Workbench.RunningJobLogRecordsToFetch":               true,
-       "Workbench.SecretKeyBase":                             false,
        "Workbench.ShowRecentCollectionsOnDashboard":          true,
        "Workbench.ShowUserAgreementInline":                   true,
        "Workbench.ShowUserNotifications":                     true,