X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/943827578884b09a155443a9d2bb685a327070f9..f25b37a8e72716478e7cfae11ab5bf13b7051694:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index 413ff9578c..fc4908c159 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -11,7 +11,7 @@ import ( "io" "strings" - "git.curoverse.com/arvados.git/sdk/go/arvados" + "git.arvados.org/arvados.git/sdk/go/arvados" ) // ExportJSON writes a JSON object with the safe (non-secret) portions @@ -92,6 +92,7 @@ var whitelist = map[string]bool{ "Collections.CollectionVersioning": false, "Collections.DefaultReplication": true, "Collections.DefaultTrashLifetime": true, + "Collections.ForwardSlashNameSubstitution": true, "Collections.ManagedProperties": true, "Collections.ManagedProperties.*": true, "Collections.ManagedProperties.*.*": true, @@ -124,20 +125,54 @@ var whitelist = map[string]bool{ "Containers.SupportedDockerImageFormats": true, "Containers.SupportedDockerImageFormats.*": true, "Containers.UsePreemptibleInstances": true, - "EnableBetaController14287": false, + "ForceLegacyAPI14": false, "Git": false, "InstanceTypes": true, "InstanceTypes.*": true, "InstanceTypes.*.*": true, "Login": true, - "Login.GoogleClientID": false, - "Login.GoogleClientSecret": false, - "Login.GoogleAlternateEmailAddresses": false, - "Login.ProviderAppID": false, - "Login.ProviderAppSecret": false, + "Login.Google": true, + "Login.Google.AlternateEmailAddresses": false, + "Login.Google.ClientID": false, + "Login.Google.ClientSecret": false, + "Login.Google.Enable": true, + "Login.LDAP": true, + "Login.LDAP.AppendDomain": false, + "Login.LDAP.EmailAttribute": false, + "Login.LDAP.Enable": true, + "Login.LDAP.InsecureTLS": false, + "Login.LDAP.SearchAttribute": false, + "Login.LDAP.SearchBase": false, + "Login.LDAP.SearchBindPassword": false, + "Login.LDAP.SearchBindUser": false, + "Login.LDAP.SearchFilters": false, + "Login.LDAP.StartTLS": false, + "Login.LDAP.StripDomain": false, + "Login.LDAP.URL": false, + "Login.LDAP.UsernameAttribute": false, "Login.LoginCluster": true, + "Login.OpenIDConnect": true, + "Login.OpenIDConnect.ClientID": false, + "Login.OpenIDConnect.ClientSecret": false, + "Login.OpenIDConnect.Enable": true, + "Login.OpenIDConnect.Issuer": false, + "Login.PAM": true, + "Login.PAM.DefaultEmailDomain": false, + "Login.PAM.Enable": true, + "Login.PAM.Service": false, + "Login.SSO": true, + "Login.SSO.Enable": true, + "Login.SSO.ProviderAppID": false, + "Login.SSO.ProviderAppSecret": false, "Login.RemoteTokenRefresh": true, - "Mail": false, + "Mail": true, + "Mail.MailchimpAPIKey": false, + "Mail.MailchimpListID": false, + "Mail.SendUserSetupNotificationEmail": false, + "Mail.IssueReporterEmailFrom": false, + "Mail.IssueReporterEmailTo": false, + "Mail.SupportEmailAddress": true, + "Mail.EmailFrom": false, "ManagementToken": false, "PostgreSQL": false, "RemoteClusters": true, @@ -213,6 +248,8 @@ var whitelist = map[string]bool{ "Workbench.VocabularyURL": true, "Workbench.WelcomePageHTML": true, "Workbench.InactivePageHTML": true, + "Workbench.SSHHelpPageHTML": true, + "Workbench.SSHHelpHostSuffix": true, } func redactUnsafe(m map[string]interface{}, mPrefix, lookupPrefix string) error {