X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1267366d66cadcc09972721bf7381f96f8fe73d6..a1f06e4e118923d301683824ccd47bcf68c8ef69:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index 8df561c00f..413ff9578c 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -99,6 +99,10 @@ var whitelist = map[string]bool{ "Collections.TrashSweepInterval": false, "Collections.TrustAllContent": false, "Collections.WebDAVCache": false, + "Collections.BalanceCollectionBatch": false, + "Collections.BalancePeriod": false, + "Collections.BlobMissingReport": false, + "Collections.BalanceCollectionBuffers": false, "Containers": true, "Containers.CloudVMs": false, "Containers.CrunchRunCommand": false, @@ -126,8 +130,11 @@ var whitelist = map[string]bool{ "InstanceTypes.*": true, "InstanceTypes.*.*": true, "Login": true, - "Login.ProviderAppSecret": false, + "Login.GoogleClientID": false, + "Login.GoogleClientSecret": false, + "Login.GoogleAlternateEmailAddresses": false, "Login.ProviderAppID": false, + "Login.ProviderAppSecret": false, "Login.LoginCluster": true, "Login.RemoteTokenRefresh": true, "Mail": false, @@ -160,6 +167,7 @@ var whitelist = map[string]bool{ "Users.NewInactiveUserNotificationRecipients": false, "Users.NewUserNotificationRecipients": false, "Users.NewUsersAreActive": false, + "Users.PreferDomainForUsername": false, "Users.UserNotifierEmailFrom": false, "Users.UserProfileNotificationAddress": false, "Volumes": true, @@ -203,6 +211,8 @@ var whitelist = map[string]bool{ "Workbench.UserProfileFormFields.*.*.*": true, "Workbench.UserProfileFormMessage": true, "Workbench.VocabularyURL": true, + "Workbench.WelcomePageHTML": true, + "Workbench.InactivePageHTML": true, } func redactUnsafe(m map[string]interface{}, mPrefix, lookupPrefix string) error {