X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7af2ada1dec46b67b80d3c89a8f961c17525dd02..bd8bdd90055d61263eff5bdb9a953c57319aa83d:/lib/config/config.default.yml diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index f84c60192f..6c47a068e9 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -708,6 +708,11 @@ Clusters: # remain valid before it needs to be revalidated. RemoteTokenRefresh: 5m + # How long a client token created from a login flow will be valid without + # asking the user to re-login. Example values: 60m, 8h. + # Default value zero means tokens don't have expiration. + TokenLifetime: 0s + Git: # Path to git or gitolite-shell executable. Each authenticated # request will execute this program with the single argument "http-backend"