v0.22.0
IAM Federated logins now have attributable username in Cloudtrail
- The changes refactor the way federation token ID is used for AWS IAM credentials. Instead of relying on the userID which was previously parsed, the code now uses the userName which is more easily attributable to the IAM user name in the Cloudtrail events list view.
What's Changed
- fix runtime error when sso token expires by @shwethaumashanker in #627
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #621
- feat: Use aws:username for IAM initiated federated console sessions. by @matthewhembree in #626
New Contributors
- @matthewhembree made their first contribution in #626
Full Changelog: v0.21.1...v0.22.0