X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1c6464fc1b6e3cde61b64fc07308a3934966fe74..b30dca66a056bc6ee627bab5956dd8884a0e74aa:/sdk/go/arvados/config.go diff --git a/sdk/go/arvados/config.go b/sdk/go/arvados/config.go index 7c1c353809..6ec8f345d7 100644 --- a/sdk/go/arvados/config.go +++ b/sdk/go/arvados/config.go @@ -132,8 +132,10 @@ type Cluster struct { Repositories string } Login struct { - ProviderAppSecret string + GoogleClientID string + GoogleClientSecret string ProviderAppID string + ProviderAppSecret string LoginCluster string RemoteTokenRefresh Duration } @@ -207,6 +209,8 @@ type Cluster struct { } UserProfileFormMessage string VocabularyURL string + WelcomePageHTML string + InactivePageHTML string } EnableBetaController14287 bool