Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SSO_START_URL lookup for credential exports (#572)
Use `profile.SSOStartURL()` instead of `profile.AWSConfig.SSOSessionName` when trying to export credentials. This will fail when the config does nont have `SSO_START_URL` set on their config. The `profile.SSOStartURL()` finds it from the session block which provides the correct URL. Fix for #571.
- Loading branch information