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

Fix AWS_SSO_SESSION_EXPIRATION with Via #255

Merged
merged 1 commit into from Jan 16, 2022
Merged

Conversation

synfinatic
Copy link
Owner

When assuming a role, via Via the AWS_SSO_SESSION_EXPIRATION
would incorrectly report a date in the past instead of the
future because we were specifying secs instead of msec.

Fixes: #250

When assuming a role, via `Via` the AWS_SSO_SESSION_EXPIRATION
would incorrectly report a date in the past instead of the
future because we were specifying secs instead of msec.

Fixes: #250
@codecov
Copy link

codecov bot commented Jan 16, 2022

Codecov Report

Merging #255 (3faa70f) into main (a4e51da) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #255   +/-   ##
=======================================
  Coverage   45.03%   45.03%           
=======================================
  Files          11       11           
  Lines        1781     1781           
=======================================
  Hits          802      802           
  Misses        915      915           
  Partials       64       64           
Impacted Files Coverage Δ
sso/awssso.go 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a4e51da...3faa70f. Read the comment docs.

@synfinatic synfinatic merged commit 5fda7d7 into main Jan 16, 2022
@synfinatic synfinatic deleted the fix-session-expire branch January 16, 2022 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid session expiration
1 participant