X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0bb53c1cbcbcb8b3be50e6ecf3fdf0bb7cbd96b5..fed5a79b5852ebf78d660ec8cb169ce512ad6532:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index 8df561c00f..cd58868ed1 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, @@ -203,6 +207,7 @@ var whitelist = map[string]bool{ "Workbench.UserProfileFormFields.*.*.*": true, "Workbench.UserProfileFormMessage": true, "Workbench.VocabularyURL": true, + "Workbench.WelcomePageHTML": true, } func redactUnsafe(m map[string]interface{}, mPrefix, lookupPrefix string) error {