v6 milestone
Added
- Support for AWS SSO #549 docs
- Support for Yubikey TOTP #558 docs
- A shell script for adding a Yubikey to IAM #559
- An ECS credential server offering many advantages over the EC2 metadata server #556 #375 docs
- Debug http logging for the server #330
- Support for setting the secret service collection with
--secret-service-collection
#539
- Support for assume roles using OpenID Connect tokens #587
- A native windows prompt
credui
#613
aws-vault proxy --stop
will stop the ec2 server proxy and remove the network alias. Fixes #548, #360
Fixed
- Ensure all error messages go to stderr #565
- Using a key with a slash with the file backend https://github.com/99designs/keyring/pull/69
- Login hang when using an unknown profile #575 #545
- Shell completion issues #408, #576
- Incorrect date formats used with
exec --json
#600 #331
- Parse Windows
netsh
error messages in German #610
- The
aws-vault
executable location should now be detected correctly in more instances. Fixes #596
Changed
- Config variable
parent_profile
renamed toinclude_profile
. The oldparent_profile
still works for backwards compatibility #520 #560 docs
- Credentials created with AssumeRole and MFA are now cached #569 (Fixes #552, #532, #525)
- Profile names are now case-sensitive #570 #528 7262236
- The proxy command is now
aws-vault proxy
instead ofaws-vault server
. The old subcommand still works for backwards compatibility #627