X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/caf1780594ae82868779309e47f4616dda507b02..3849ee94bbe65ef79df8f50c87b5445a5b1d4877:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index bb939321c9..4c4e341f5a 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -72,6 +72,7 @@ var whitelist = map[string]bool{ "API.MaxTokenLifetime": false, "API.RequestTimeout": true, "API.SendTimeout": true, + "API.VocabularyPath": false, "API.WebsocketClientEventQueue": false, "API.WebsocketServerEventQueue": false, "AuditLogs": false, @@ -84,6 +85,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, @@ -94,7 +96,7 @@ var whitelist = map[string]bool{ "Collections.BlobTrashCheckInterval": false, "Collections.BlobTrashConcurrency": false, "Collections.BlobTrashLifetime": false, - "Collections.CollectionVersioning": false, + "Collections.CollectionVersioning": true, "Collections.DefaultReplication": true, "Collections.DefaultTrashLifetime": true, "Collections.ForwardSlashNameSubstitution": true, @@ -104,7 +106,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, @@ -118,8 +120,11 @@ var whitelist = map[string]bool{ "Containers.JobsAPI": true, "Containers.JobsAPI.Enable": true, "Containers.JobsAPI.GitInternalDir": false, + "Containers.LocalKeepBlobBuffersPerVCPU": false, + "Containers.LocalKeepLogsToContainerLog": false, "Containers.Logging": false, "Containers.LogReuseDecisions": false, + "Containers.LSF": false, "Containers.MaxComputeVMs": false, "Containers.MaxDispatchAttempts": false, "Containers.MaxRetryAttempts": true, @@ -203,10 +208,15 @@ 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, "Users": true, + "Users.ActivatedUsersAreVisibleToOthers": false, "Users.AdminNotifierEmailFrom": false, "Users.AnonymousUserToken": true, "Users.AutoAdminFirstUser": false, @@ -221,6 +231,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, @@ -267,7 +278,6 @@ var whitelist = map[string]bool{ "Workbench.UserProfileFormFields.*.*": true, "Workbench.UserProfileFormFields.*.*.*": true, "Workbench.UserProfileFormMessage": true, - "Workbench.VocabularyURL": true, "Workbench.WelcomePageHTML": true, }