X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1a62b14f2621e4e1b15522fda45e3e1f62aaa6d9..2c61bf045e35d8971412880031412c4f1a9660f6:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index a20c5b2c32..56090afec9 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -64,6 +64,7 @@ var whitelist = map[string]bool{ "API.DisabledAPIs": false, "API.FreezeProjectRequiresDescription": true, "API.FreezeProjectRequiresProperties": true, + "API.FreezeProjectRequiresProperties.*": true, "API.KeepServiceRequestTimeout": false, "API.MaxConcurrentRequests": false, "API.MaxIndexDatabaseRead": false, @@ -133,6 +134,7 @@ var whitelist = map[string]bool{ "Containers.MaxDispatchAttempts": false, "Containers.MaxRetryAttempts": true, "Containers.MinRetryPeriod": true, + "Containers.PreemptiblePriceFactor": false, "Containers.ReserveExtraRAM": true, "Containers.RuntimeEngine": true, "Containers.ShellAccess": true, @@ -212,6 +214,7 @@ var whitelist = map[string]bool{ "Services.*": true, "Services.*.ExternalURL": true, "Services.*.InternalURLs": false, + "Services.*.ListenAddress": false, "StorageClasses": true, "StorageClasses.*": true, "StorageClasses.*.Default": true, @@ -262,6 +265,7 @@ var whitelist = map[string]bool{ "Workbench.ArvadosDocsite": true, "Workbench.ArvadosPublicDataDocURL": true, "Workbench.DefaultOpenIdPrefix": false, + "Workbench.DisableSharingURLsUI": true, "Workbench.EnableGettingStartedPopup": true, "Workbench.EnablePublicProjectsPage": true, "Workbench.FileViewersConfigURL": true,