Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

save sso cache token expiresAt in UTC #2709

Merged
merged 2 commits into from
Aug 24, 2024
Merged

save sso cache token expiresAt in UTC #2709

merged 2 commits into from
Aug 24, 2024

Commits on Aug 23, 2024

  1. save sso cache token expiresAt in UTC

    If the expiresAt field is saved with time zone (e.g. 2024-06-10T15:00:06-08:00) it will fail to load in certain SDKs such as the rust AWS SDK. To avoid this, ensure that it is always saved as a UTC format.
    clhuang authored and lucix-aws committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    db1b63a View commit details
    Browse the repository at this point in the history
  2. changelog

    lucix-aws committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6d4f337 View commit details
    Browse the repository at this point in the history