X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/239c836b35b385d1ab2384e3b1576e39a5797622..763f629e11df304e6202fb140adc27d3a08ac1a6:/lib/config/export.go?ds=sidebyside diff --git a/lib/config/export.go b/lib/config/export.go index dfd62ce04c..565be2fb76 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -66,10 +66,13 @@ var whitelist = map[string]bool{ "API.FreezeProjectRequiresProperties": true, "API.FreezeProjectRequiresProperties.*": true, "API.KeepServiceRequestTimeout": false, + "API.LockBeforeUpdate": false, + "API.LogCreateRequestFraction": false, "API.MaxConcurrentRequests": false, "API.MaxIndexDatabaseRead": false, "API.MaxItemsPerResponse": true, "API.MaxKeepBlobBuffers": false, + "API.MaxQueuedRequests": false, "API.MaxRequestAmplification": false, "API.MaxRequestSize": true, "API.MaxTokenLifetime": false, @@ -130,7 +133,6 @@ var whitelist = map[string]bool{ "Containers.Logging": false, "Containers.LogReuseDecisions": false, "Containers.LSF": false, - "Containers.MaxComputeVMs": false, "Containers.MaxDispatchAttempts": false, "Containers.MaxRetryAttempts": true, "Containers.MinRetryPeriod": true, @@ -267,7 +269,7 @@ var whitelist = map[string]bool{ "Workbench.ApplicationMimetypesWithViewIcon.*": true, "Workbench.ArvadosDocsite": true, "Workbench.ArvadosPublicDataDocURL": true, - "Workbench.BannerURL": true, + "Workbench.BannerUUID": true, "Workbench.DefaultOpenIdPrefix": false, "Workbench.DisableSharingURLsUI": true, "Workbench.EnableGettingStartedPopup": true,