X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f04693da1811e670d4cbb981debeecf14d79137c..6f62ef31c63c6f04f9cb3fc772b93bead5a58345:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index 57f62fa835..8df561c00f 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -66,7 +66,7 @@ var whitelist = map[string]bool{ "API.MaxConcurrentRequests": false, "API.MaxIndexDatabaseRead": false, "API.MaxItemsPerResponse": true, - "API.MaxKeepBlockBuffers": false, + "API.MaxKeepBlobBuffers": false, "API.MaxRequestAmplification": false, "API.MaxRequestSize": true, "API.RailsSessionSecretToken": false, @@ -125,7 +125,11 @@ var whitelist = map[string]bool{ "InstanceTypes": true, "InstanceTypes.*": true, "InstanceTypes.*.*": true, - "Login": false, + "Login": true, + "Login.ProviderAppSecret": false, + "Login.ProviderAppID": false, + "Login.LoginCluster": true, + "Login.RemoteTokenRefresh": true, "Mail": false, "ManagementToken": false, "PostgreSQL": false,