Merge branch '16678-login-tokens-lifetime-config'
[arvados.git] / lib / config / generated_config.go
index 25eaa7d30cd20221a1eb2330e9867d88de5cbd95..cbb73d97b81f62f538de77d9b6a7fe563bdc49f7 100644 (file)
@@ -714,6 +714,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"