Releases: 99designs/aws-vault
Releases · 99designs/aws-vault
v2.2.0
v2.1.2
v2.1.1
v2.1.0
Changes
execcommand now usesexecsyscall, which results in better handling of ttyexeccommand will execute$SHELLif no command is providedexeccommand 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
execcommand's session ttl is now 8 hours, and a flag--session-ttlis provided to control it.
v2.0.2
v2.0.1
Changes
- Added
--envto add to read fromAWS_ACCESS_KEY_IDandAWS_SECRET_ACCESS_KEYenv 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.