Overview
- Add credentials command
- Various small quality-of-life bug fixes (fix
--threads
flag and warn about old IAM roles in theconfig.yaml
) - Add support for and prefer the XDG Config location for config files:
~/.config/aws-sso
over~/.aws-sso
ConfigProfilesUrlAction
now defaults to value ofUrlAction
instead ofurl
unless you pickedprint
orprinturl
There are also a significant number of ECS Server changes that aren't really backwards compatible, but will make the future better. If you are interested in the ECS Server functionality or using aws-sso
on remote hosts over ssh then I would greatly appreciate it if you upvote this AWS SDK bug which makes it nearly impossible to use SSL/TLS with the ECS Server.
aws-sso ecs ...
commands have been re-worked- ECS Server now technically supports SSL/TLS (see above)
- ECS Server now supports a bearer token for HTTP Auth
- ECS Server now can run in a Docker container
- ECS Server now supports binding to non-loopback interfaces via
--bind-ip
flag
What's Changed
- fix link to docs by @synfinatic in #902
- Bump github.com/aws/aws-sdk-go-v2/service/iam from 1.24.0 to 1.34.0 by @dependabot in #918
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #898
- Add AWS_CONTAINER_AUTHORIZATION_TOKEN support by @synfinatic in #916
- Bump github.com/aws/aws-sdk-go-v2/service/sso from 1.20.11 to 1.22.0 by @dependabot in #917
- Improve bearer token support by @synfinatic in #919
- update ssh docs by @synfinatic in #920
- Ssl support by @synfinatic in #925
- Docker ecs server by @synfinatic in #935
- update copyright to 2024 by @synfinatic in #939
- Add --server flag for ecs client commands by @synfinatic in #940
- Update cache during login IFF relevant settings change by @synfinatic in #941
- Support AWS_SHARED_CREDENTIALS_FILE by @synfinatic in #942
- Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.28.12 to 1.30.1 by @dependabot in #931
- Bump github.com/aws/aws-sdk-go-v2/config from 1.27.18 to 1.27.24 by @dependabot in #934
- add test tool for ssl bug by @synfinatic in #944
- Bump squidfunk/mkdocs-material from 9.5.25 to 9.5.27 by @dependabot in #904
- ConfigProfilesUrlAction defaults to UrlAction by @synfinatic in #947
- work on refactoring and documentation of ECS by @synfinatic in #943
- continue work on ecs server refactor by @synfinatic in #948
- Bump ubuntu from 22.04 to 24.04 by @dependabot in #841
- Support XDG config path by @synfinatic in #951
- continue ecs cleanup by @synfinatic in #957
- remove ecs run from docs by @synfinatic in #960
- fix docs again by @synfinatic in #961
- Fix --threads cli arg by @synfinatic in #959
- Don't store broken roles in the cache.json by @synfinatic in #963
- Bump golang.org/x/term from 0.21.0 to 0.22.0 by @dependabot in #954
- Bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot in #952
- Bump github.com/aws/aws-sdk-go-v2/service/iam from 1.34.0 to 1.34.1 by @dependabot in #953
- prep for v1.17.0 release by @synfinatic in #964
Full Changelog: v1.16.1...v1.17.0