X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0de3f63a136cab2227204eb16da9ea0eb9b68349..e22d3dc998f55e3c21125b1a1be7240f89c23dd6:/lib/config/generated_config.go diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go index d06ed2602a..f8a0e097dc 100644 --- a/lib/config/generated_config.go +++ b/lib/config/generated_config.go @@ -419,14 +419,23 @@ Clusters: MaxUUIDEntries: 1000 Login: - # These settings are provided by your OAuth2 provider (e.g., - # sso-provider). + # These settings are provided by your OAuth2 provider (eg + # Google) used to perform upstream authentication. ProviderAppSecret: "" ProviderAppID: "" + # The cluster ID to delegate the user database. When set, + # logins on this cluster will be redirected to the login cluster + # (login cluster must appear in RemoteHosts with Proxy: true) + LoginCluster: "" + + # How long a cached token belonging to a remote cluster will + # remain valid before it needs to be revalidated. + RemoteTokenRefresh: 5m + Git: # Path to git or gitolite-shell executable. Each authenticated - # request will execute this program with the single argument http-backend" + # request will execute this program with the single argument "http-backend" GitCommand: /usr/bin/git # Path to Gitolite's home directory. If a non-empty path is given,