Bugs
- No longer crash during guided setup if user presses
<Del>
#531 - No longer error out on simple input errors during guided setup
- Do not create invalid
maxretry
andmaxbackoff
in SSO Instance during config #536 - Ctrl-C now exits the guided setup
- Running
aws-sso config
with a missing config file no longer prompts you to back it up #537 - Document ugly fact that
AccountAlias
is really the AWS Account Name #534 ecs load
now updates history #519- ECS Server now generates errors per AWS docs
Changes
- Guided setup is now more simple unless user provides the
--advanced
flag #530 - Guided setup now strips leading and trailing spaces for string input
- Revert #491 so SSO auth uses Firefox containers
New Features
- Added logout command which invalidates the browser session and all credentials #526
AutoConfigCheck
now honors the$AWS_CONFIG_FILE
variable #540config-profiles
now supports the--aws-config
flag- Added ecs list command to list profiles in named slots #517
- Add AuthUrlAction to override UrlAction during SSO Authentication. #524
What's Changed
- improve guided setup wizard by @synfinatic in #532
- Add logout command by @synfinatic in #533
- Do not generate bogus config statements by @synfinatic in #538
- don't prompt to backup missing files by @synfinatic in #539
- AutoConfigCheck now honors AWS_CONFIG_FILE by @synfinatic in #541
- document ugly truth about AccountAlias by @synfinatic in #542
ecs load
now saves to history by @synfinatic in #543- Add
aws-sso ecs list
command by @synfinatic in #544 - Add
AuthUrlAction
to overrideUrlAction
for SSO auth by @synfinatic in #545 - Fix error messages to match AWS API expectations by @synfinatic in #546
- update changelog for v1.13.0 by @synfinatic in #547
Full Changelog: v1.12.0...v1.13.0