Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auth: Make token cache lifetimes configurable rucio#6494
Introduce two new configuration options: [oidc] token_min_lifetime = ... token_max_lifetime = ... The first dictates what is the minimum remaining lifetime that is required before the cache considers the token to be expired. The second dictates the maximum amount of time a token may remain in the cache (not to be confused with what is configured for the Rucio client in the token provider). Both must be expressed in seconds.
- Loading branch information