X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5d56a1af42f64df57ef7a1bcef6d016ff2310900..f41684bd6aef3b1a9683edc64d5d95669a392853:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index da5495352a..92e2d7b4d5 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -84,6 +84,7 @@ var whitelist = map[string]bool{ "Collections.BalanceCollectionBuffers": false, "Collections.BalancePeriod": false, "Collections.BalanceTimeout": false, + "Collections.BalanceUpdateLimit": false, "Collections.BlobDeleteConcurrency": false, "Collections.BlobMissingReport": false, "Collections.BlobReplicateConcurrency": false, @@ -104,7 +105,7 @@ var whitelist = map[string]bool{ "Collections.PreserveVersionIfIdle": true, "Collections.S3FolderObjects": true, "Collections.TrashSweepInterval": false, - "Collections.TrustAllContent": false, + "Collections.TrustAllContent": true, "Collections.WebDAVCache": false, "Collections.KeepproxyPermission": false, "Collections.WebDAVPermission": false, @@ -204,6 +205,10 @@ var whitelist = map[string]bool{ "Services.*": true, "Services.*.ExternalURL": true, "Services.*.InternalURLs": false, + "StorageClasses": true, + "StorageClasses.*": true, + "StorageClasses.*.Default": true, + "StorageClasses.*.Priority": true, "SystemLogs": false, "SystemRootToken": false, "TLS": false, @@ -222,6 +227,7 @@ var whitelist = map[string]bool{ "Users.NewUsersAreActive": false, "Users.PreferDomainForUsername": false, "Users.UserNotifierEmailFrom": false, + "Users.UserNotifierEmailBcc": false, "Users.UserProfileNotificationAddress": false, "Users.UserSetupMailText": false, "Volumes": true,