X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d409f51a533cedd76a8cfe91357b13608bb9050b..09cbdc3074b3f1e69c9c537875146f6da0a6ed8f:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index db413b97bd..814fc6cd9b 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, @@ -120,6 +121,7 @@ var whitelist = map[string]bool{ "Containers.CrunchRunArgumentsList": false, "Containers.CrunchRunCommand": false, "Containers.DefaultKeepCacheRAM": true, + "Containers.DefaultKeepCacheDisk": true, "Containers.DispatchPrivateKey": false, "Containers.JobsAPI": true, "Containers.JobsAPI.Enable": true, @@ -133,6 +135,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, @@ -191,6 +194,7 @@ var whitelist = map[string]bool{ "Login.Test.Users": false, "Login.TokenLifetime": false, "Login.TrustedClients": false, + "Login.TrustPrivateNetworks": false, "Mail": true, "Mail.EmailFrom": false, "Mail.IssueReporterEmailFrom": false, @@ -219,8 +223,12 @@ var whitelist = map[string]bool{ "SystemLogs": false, "SystemRootToken": false, "TLS": false, + "TLS.Certificate": false, + "TLS.Insecure": true, + "TLS.Key": false, "Users": true, "Users.ActivatedUsersAreVisibleToOthers": false, + "Users.ActivityLoggingPeriod": false, "Users.AdminNotifierEmailFrom": false, "Users.AnonymousUserToken": true, "Users.AutoAdminFirstUser": false, @@ -258,7 +266,9 @@ var whitelist = map[string]bool{ "Workbench.ApplicationMimetypesWithViewIcon.*": true, "Workbench.ArvadosDocsite": true, "Workbench.ArvadosPublicDataDocURL": true, + "Workbench.BannerURL": true, "Workbench.DefaultOpenIdPrefix": false, + "Workbench.DisableSharingURLsUI": true, "Workbench.EnableGettingStartedPopup": true, "Workbench.EnablePublicProjectsPage": true, "Workbench.FileViewersConfigURL": true,