Skip to content

Commit edfb880

Browse files
committed
v3.0.0 in CHANGELOG.md
1 parent 3334866 commit edfb880

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## Changelog for aws-keychain
22

3+
# v3.0.0 2015-09-22
4+
5+
This release focuses on better Keychain security;
6+
7+
* Prevent `security` / `aws-keychain` from being whitelisted to access Keychain items. https://github.com/pda/aws-keychain/pull/13
8+
* Store in a separate `aws-keychain.keychain` instead of the always-unlocked `login.keychain`. https://github.com/pda/aws-keychain/pull/15
9+
* Override with `AWS_KEYCHAIN_FILE` environment variable.
10+
* `aws-keychain migrate` moves items from `login.keychain` to `aws-keychain.keychain`.
11+
12+
Keychain Access (which ships with Mac OS X) can be used to adjust the auto-lock parameters on the new keychain file. It is recommended that you don't “Always allow” when prompted. You can hit spacebar to allow access when prompted while the keychain is unlocked.
13+
14+
315
# v2.0.0 2015-08-18
416

517
This release focuses on simplifying the interface and never storing credentials unencrypted to disk. Instead `aws-keychain exec <name> <cmd ...>` becomes the primary mode of operation.

0 commit comments

Comments
 (0)