Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 19:29
v2.4.0
46e555d

2.4.0 (January 31, 2025)

ENHANCEMENTS

  • Multiple apps feature only requires okta.users.read.self scope #254, thanks @monde!
  • Toggle API HTTP User-Agent header to okta-aws-cli to ease use in a policy rule #257, thanks @monde!
  • Improve error message suggestion for expired token #256, thanks @Eitol!
  • JTI protection on m2m auth token #259, thanks @duytiennguyen-okta!
  • m2m allow STS role session name to be overridden #262, thanks @monde!

MAINTENANCE

  • Update github.com/aws/aws-sdk-go to v1.55.5 #255, thanks @monde!
  • Update golang.org/x/net to v0.34.0 #266, thanks @monde!
  • Rename/deprecate CLI flag --session-duration to --aws-session-duration #263, thanks @monde!
  • README note that AWS Fed app doesn't support device security posture #260, thanks @monde!

BUG FIXES

  • Correct client assertion handling in API POST #253, thanks @duytiennguyen-okta!
  • Only read cached access token if the feature is enabled. #267, thanks @monde!
  • Control stdio for process credentials output #261, thanks @monde!