Skip to content

Commit

Permalink
Merge branch 'trs/cli-login-validity'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Jan 10, 2024
2 parents 6a55e0c + c675c6b commit b480751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/cognito/clients.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ resource "aws_cognito_user_pool_client" "nextstrain-cli" {
# Token lifetimes dictate background refresh (and re-login) rates for the CLI.
id_token_validity = 60
access_token_validity = 60
refresh_token_validity = 30
refresh_token_validity = 90
token_validity_units {
access_token = "minutes"
id_token = "minutes"
Expand Down

0 comments on commit b480751

Please sign in to comment.