17717: Merge branch 'master' into 17717-costanalyzer-date-mode
[arvados.git] / sdk / go / arvados / config.go
index 8a1b025a043c99d340d3eadf1e489a9a5f85c1fc..403d501b4153af489e207fbfe4ba53e194655f78 100644 (file)
@@ -167,6 +167,7 @@ type Cluster struct {
                        EmailClaim                      string
                        EmailVerifiedClaim              string
                        UsernameClaim                   string
+                       AcceptAccessToken               bool
                        AcceptAccessTokenScope          string
                        AuthenticationRequestParameters map[string]string
                }
@@ -188,6 +189,7 @@ type Cluster struct {
                RemoteTokenRefresh Duration
                TokenLifetime      Duration
                TrustedClients     map[string]struct{}
+               IssueTrustedTokens bool
        }
        Mail struct {
                MailchimpAPIKey                string
@@ -415,6 +417,7 @@ type ContainersConfig struct {
        StaleLockTimeout            Duration
        SupportedDockerImageFormats StringSet
        UsePreemptibleInstances     bool
+       RuntimeEngine               string
 
        JobsAPI struct {
                Enable         string