X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7653054635e3f4f84da3f2b6862cd2c02fbe3fd4..0b90a6ee86fdfa5b2b8cb51d66d70cef00dc6800:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index b79dec4d9d..6ff72afcc1 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -64,6 +64,9 @@ var whitelist = map[string]bool{ "API.MaxRequestSize": true, "API.RailsSessionSecretToken": false, "API.RequestTimeout": true, + "API.WebsocketClientEventQueue": false, + "API.SendTimeout": true, + "API.WebsocketServerEventQueue": false, "AuditLogs": false, "AuditLogs.MaxAge": false, "AuditLogs.MaxDeleteBatch": false, @@ -83,6 +86,8 @@ var whitelist = map[string]bool{ "Collections.TrustAllContent": false, "Containers": true, "Containers.CloudVMs": false, + "Containers.CrunchRunCommand": false, + "Containers.CrunchRunArgumentsList": false, "Containers.DefaultKeepCacheRAM": true, "Containers.DispatchPrivateKey": false, "Containers.JobsAPI": true, @@ -98,9 +103,12 @@ var whitelist = map[string]bool{ "Containers.MaxComputeVMs": false, "Containers.MaxDispatchAttempts": false, "Containers.MaxRetryAttempts": true, + "Containers.MinRetryPeriod": true, + "Containers.ReserveExtraRAM": true, "Containers.SLURM": false, "Containers.StaleLockTimeout": false, "Containers.SupportedDockerImageFormats": true, + "Containers.SupportedDockerImageFormats.*": true, "Containers.UsePreemptibleInstances": true, "EnableBetaController14287": false, "Git": false,