X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/159db45a4fb728ed659e9c6cda9e7f2d117dcff9..570e4e953abc93ee6c9a3fc951854be615ff169a:/sdk/go/arvados/config.go?ds=inline diff --git a/sdk/go/arvados/config.go b/sdk/go/arvados/config.go index 2c6db42d13..7fdea2c740 100644 --- a/sdk/go/arvados/config.go +++ b/sdk/go/arvados/config.go @@ -167,6 +167,8 @@ type Cluster struct { EmailClaim string EmailVerifiedClaim string UsernameClaim string + AcceptAccessToken bool + AcceptAccessTokenScope string AuthenticationRequestParameters map[string]string } PAM struct { @@ -174,11 +176,6 @@ type Cluster struct { Service string DefaultEmailDomain string } - SSO struct { - Enable bool - ProviderAppID string - ProviderAppSecret string - } Test struct { Enable bool Users map[string]TestUser @@ -187,6 +184,7 @@ type Cluster struct { RemoteTokenRefresh Duration TokenLifetime Duration TrustedClients map[string]struct{} + IssueTrustedTokens bool } Mail struct { MailchimpAPIKey string @@ -324,7 +322,6 @@ type Services struct { Keepproxy Service Keepstore Service RailsAPI Service - SSO Service WebDAVDownload Service WebDAV Service WebShell Service @@ -414,6 +411,7 @@ type ContainersConfig struct { StaleLockTimeout Duration SupportedDockerImageFormats StringSet UsePreemptibleInstances bool + RuntimeEngine string JobsAPI struct { Enable string