You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
## Changelog for aws-keychain
2
2
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
+
3
15
# v2.0.0 2015-08-18
4
16
5
17
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