v1.7.2 - Support specifying roles via --profile and fix SSO Access Token issue
Overview
- Users can now select a role to assume by specifying the profile name via
--profile
or-p
console -p
is nowconsole -P
to force prompting- Fix issue where SSO Access Tokens were expiring before their expire time and aws-sso was unable to continue. We now automatically detect this error and force a re-authentication.
- Update to AWS Go SDK v2
What's Changed
- compare vs. aws-vault by @synfinatic in #271
- Support specifying the profile name for role by @synfinatic in #273
- improve docs and improve -p flag for process by @synfinatic in #274
- Update to AWS Go SDK v2 by @synfinatic in #278
- Refresh SSO AccessToken if first attempt errors out by @synfinatic in #281
Full Changelog: v1.7.1...v1.7.2