X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b0cbacbab436749a2a94e5bb7a8b9400641bed35..60cd2ac359e15c65cd5714658f49b624eccab0c8:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index 31ccc994b9..e51e6fc32c 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -68,6 +68,7 @@ var whitelist = map[string]bool{ "API.KeepServiceRequestTimeout": false, "API.LockBeforeUpdate": false, "API.LogCreateRequestFraction": false, + "API.MaxConcurrentRailsRequests": false, "API.MaxConcurrentRequests": false, "API.MaxIndexDatabaseRead": false, "API.MaxItemsPerResponse": true, @@ -92,7 +93,9 @@ var whitelist = map[string]bool{ "Collections.BalanceCollectionBatch": false, "Collections.BalanceCollectionBuffers": false, "Collections.BalancePeriod": false, + "Collections.BalancePullLimit": false, "Collections.BalanceTimeout": false, + "Collections.BalanceTrashLimit": false, "Collections.BalanceUpdateLimit": false, "Collections.BlobDeleteConcurrency": false, "Collections.BlobMissingReport": false, @@ -135,6 +138,7 @@ var whitelist = map[string]bool{ "Containers.LogReuseDecisions": false, "Containers.LSF": false, "Containers.MaxDispatchAttempts": false, + "Containers.MaximumPriceFactor": true, "Containers.MaxRetryAttempts": true, "Containers.MinRetryPeriod": true, "Containers.PreemptiblePriceFactor": false, @@ -247,6 +251,12 @@ var whitelist = map[string]bool{ "Users.NewUsersAreActive": false, "Users.PreferDomainForUsername": false, "Users.RoleGroupsVisibleToAll": false, + "Users.SyncIgnoredGroups": true, + "Users.SyncRequiredGroups": true, + "Users.SyncUserAccounts": true, + "Users.SyncUserAPITokens": true, + "Users.SyncUserGroups": true, + "Users.SyncUserSSHKeys": true, "Users.UserNotifierEmailBcc": false, "Users.UserNotifierEmailFrom": false, "Users.UserProfileNotificationAddress": false, @@ -284,7 +294,6 @@ var whitelist = map[string]bool{ "Workbench.Repositories": false, "Workbench.RepositoryCache": false, "Workbench.RunningJobLogRecordsToFetch": true, - "Workbench.SecretKeyBase": false, "Workbench.ShowRecentCollectionsOnDashboard": true, "Workbench.ShowUserAgreementInline": true, "Workbench.ShowUserNotifications": true,