X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/378c9c6a57cc24d74fe4ae1c694846d55fad3736..ba34a22d9918ae97306472c04701e69090821c82:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index a55295d126..814fc6cd9b 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -121,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, @@ -193,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, @@ -226,6 +228,7 @@ var whitelist = map[string]bool{ "TLS.Key": false, "Users": true, "Users.ActivatedUsersAreVisibleToOthers": false, + "Users.ActivityLoggingPeriod": false, "Users.AdminNotifierEmailFrom": false, "Users.AnonymousUserToken": true, "Users.AutoAdminFirstUser": false, @@ -263,6 +266,7 @@ 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,