Releases: 99designs/aws-vault
Releases · 99designs/aws-vault
v2.2.0
v2.1.2
v2.1.1
v2.1.0
Changes
exec
command now usesexec
syscall, which results in better handling of ttyexec
command will execute$SHELL
if no command is providedexec
command now setsAWS_DEFAULT_PROFILE
(see http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-environment)- OSX: added clearer keychain item labels and description
exec
command's session ttl is now 8 hours, and a flag--session-ttl
is provided to control it.
v2.0.2
v2.0.1
Changes
- Added
--env
to add to read fromAWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
env vars. - Added a contrib script for importing from aws-keychain
- Purge sessions on add
v2.0.0
After watching people use v1.0.0, it became clear that using --profile
everywhere and relying on AWS_DEFAULT_PROFILE
was confusing. This is a rewrite that replicates the cli interface from @pda's fine aws-keychain.
This release is backwards compatible with credentials stored with v1.0.0.