Skip to content

Reduce password prompts with macOS KeyChain

Compare
Choose a tag to compare
@synfinatic synfinatic released this 15 Dec 05:16
· 947 commits to main since this release
84f4396

Overview

aws-sso now stores data in a single record in the login KeyChain on macOS instead of a custom AWSSSOCli keychain. This has the nice side effect of dramatically reducing the number of password prompts users should experience.

Additionally, we now support limiting History items based on time via the HIstoryMinutes option. By default, roles will disappear from the History tag after 24hrs or once you reach HistoryLimit items- which ever comes first.

Lastly, the console command no longer supports the --use-sts flag as it was superfluous. Users wishing to not use the current AWS credentials in their environment should specify --prompt or the appropriate --arn or --account and --role flags.

What's Changed

Full Changelog: v1.4.0...v1.5.0