X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a6f874e7de1026f9c60bc4769f919da031927ebe..7c3e13d4876a8e37feffee3cdaebc44b20b7b61b:/lib/config/config.default.yml diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index 24b2e450eb..c7a038bec6 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -413,11 +413,20 @@ 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"