X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2bb2e562faaa5ae3160469cf3ef5b36f1b884504..32c63d03d45d231768eb1497dfc5e9f4a0d23c16:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index 9877b85a3a..44fd559418 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -65,8 +65,10 @@ var whitelist = map[string]bool{ "API.FreezeProjectRequiresDescription": true, "API.FreezeProjectRequiresProperties": true, "API.FreezeProjectRequiresProperties.*": true, + "API.LockBeforeUpdate": false, "API.KeepServiceRequestTimeout": false, "API.MaxConcurrentRequests": false, + "API.LogCreateRequestFraction": false, "API.MaxIndexDatabaseRead": false, "API.MaxItemsPerResponse": true, "API.MaxKeepBlobBuffers": false, @@ -121,7 +123,6 @@ var whitelist = map[string]bool{ "Containers.CrunchRunArgumentsList": false, "Containers.CrunchRunCommand": false, "Containers.DefaultKeepCacheRAM": true, - "Containers.DefaultKeepCacheDisk": true, "Containers.DispatchPrivateKey": false, "Containers.JobsAPI": true, "Containers.JobsAPI.Enable": true, @@ -131,7 +132,6 @@ var whitelist = map[string]bool{ "Containers.Logging": false, "Containers.LogReuseDecisions": false, "Containers.LSF": false, - "Containers.MaxComputeVMs": false, "Containers.MaxDispatchAttempts": false, "Containers.MaxRetryAttempts": true, "Containers.MinRetryPeriod": true, @@ -163,6 +163,7 @@ var whitelist = map[string]bool{ "Login.LDAP.EmailAttribute": false, "Login.LDAP.Enable": true, "Login.LDAP.InsecureTLS": false, + "Login.LDAP.MinTLSVersion": false, "Login.LDAP.SearchAttribute": false, "Login.LDAP.SearchBase": false, "Login.LDAP.SearchBindPassword": false, @@ -194,6 +195,7 @@ var whitelist = map[string]bool{ "Login.Test.Users": false, "Login.TokenLifetime": false, "Login.TrustedClients": false, + "Login.TrustPrivateNetworks": false, "Mail": true, "Mail.EmailFrom": false, "Mail.IssueReporterEmailFrom": false, @@ -236,6 +238,7 @@ var whitelist = map[string]bool{ "Users.AutoSetupNewUsersWithRepository": false, "Users.AutoSetupNewUsersWithVmUUID": false, "Users.AutoSetupUsernameBlacklist": false, + "Users.CanCreateRoleGroups": true, "Users.EmailSubjectPrefix": false, "Users.NewInactiveUserNotificationRecipients": false, "Users.NewUserNotificationRecipients": false, @@ -265,6 +268,7 @@ var whitelist = map[string]bool{ "Workbench.ApplicationMimetypesWithViewIcon.*": true, "Workbench.ArvadosDocsite": true, "Workbench.ArvadosPublicDataDocURL": true, + "Workbench.BannerUUID": true, "Workbench.DefaultOpenIdPrefix": false, "Workbench.DisableSharingURLsUI": true, "Workbench.EnableGettingStartedPopup": true, @@ -292,7 +296,6 @@ var whitelist = map[string]bool{ "Workbench.UserProfileFormFields.*.*.*": true, "Workbench.UserProfileFormMessage": true, "Workbench.WelcomePageHTML": true, - "Workbench.BannerURL": true, } func redactUnsafe(m map[string]interface{}, mPrefix, lookupPrefix string) error {