v1.9.0
Overview
This is a pretty significant release with some major improvements:
- Now support assuming roles in bash without forking a new shell with auto-complete via aws-sso-profile command
aws-sso install-completions
is nowaws-sso completions
and supports uninstalling. Please see the quickstart for more details- Users upgrading from previous versions can now run
aws-sso config
to update their config to take advantage of new features without editing the yaml config file aws-sso config
is now known asaws-sso config-profiles
to update your~/.aws/config
file- Users can now specify their own AWS SSO cache refresh interval instead of the hard coded 24hrs via
CacheRefresh
- Multiple
SSOConfig
blocks are now properly supported as browser session cookies are isolated via Firefox Containers
What's Changed
- work on improved
eval
command helper by @synfinatic in #358 - Users can now set CacheRefresh in the config by @synfinatic in #362
- process command now correctly errors out on printurl by @synfinatic in #363
- fix double block markers in config file by @synfinatic in #365
- Add reconfig command to reconfigure by @synfinatic in #366
- update docs by @synfinatic in #370
- rename
config
toconfig-profiles
by @synfinatic in #372 - Deprecate ConfigUrlAction & refactor our setup by @synfinatic in #373
- Support multiple SSO Instance sessions for the same instance by @synfinatic in #375
- clean up wizard and make more user friendly by @synfinatic in #376
- update to gotable v0.0.3 for fixed CSV support by @synfinatic in #377
- fix inital setup by @synfinatic in #378
- limit console duration to 12 hours by @synfinatic in #380
- Use Firefox Containers for awssso login workflow by @synfinatic in #381
- improve config wizard for Firefox options by @synfinatic in #383
Full Changelog: v1.8.1...v1.9.0