Skip to content

Commit

Permalink
Merge pull request #278 from wellcomecollection/bump-rtr-leeway
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieparkinson committed Mar 24, 2022
2 parents 6505e71 + e1e3df6 commit 59643ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion infra/scoped/auth0-client.tf
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,9 @@ resource "auth0_client" "account_management_system" {
// some reason it can't be changed from this value
idle_token_lifetime = (local.session_absolute_lifetime_hours * local.one_hour_s) - 1
infinite_idle_token_lifetime = true
leeway = 10
// This value *may* have an effect on intermittent refresh token errors
// See: https://github.com/wellcomecollection/identity/issues/277#issuecomment-1077632386
leeway = 120
}

grant_types = [
Expand Down

0 comments on commit 59643ac

Please sign in to comment.