awskeyring 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/CHANGELOG.md +105 -97
- data/CONTRIBUTING.md +48 -0
- data/Gemfile +1 -1
- data/README.md +13 -11
- data/lib/awskeyring/version.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 98c9cb7a8b1bb999039afa9aa3ecadab9fc7cea93a370d954df6eeadde4439df
|
|
4
|
+
data.tar.gz: bf180c1f0bd4938effce45a6649b91dec8400f39212e6ef60c4af788989ba12a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c63542d56d3f72bd58f5e4157840695955492795a10fdfb9271a847c64bd6347d4addfca4b9c8f9a2b2f6463d93cf9775e3c47745bf447fd65fd2d1be9a0b557
|
|
7
|
+
data.tar.gz: 1bdd84d62afb7496f22403e8a2fb09df0b543962c7c7308b260763a3a394e1adcc954da52cd1828fa6c8193ec136bbac0fc6c3121294e4da43f8967914854234
|
data/CHANGELOG.md
CHANGED
|
@@ -1,220 +1,228 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [v1.0.
|
|
4
|
-
[Full Changelog](https://github.com/
|
|
3
|
+
## [v1.0.2](https://github.com/servian/awskeyring/tree/v1.0.2) (2019-10-18)
|
|
4
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v1.0.1...v1.0.2)
|
|
5
5
|
|
|
6
6
|
**Implemented enhancements:**
|
|
7
7
|
|
|
8
|
-
-
|
|
8
|
+
- Move to a new home, Servian. [\#51](https://github.com/servian/awskeyring/pull/51) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
9
|
+
- Use RuboCop-RSpec too and expect\(\) more. [\#48](https://github.com/servian/awskeyring/pull/48) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
10
|
+
|
|
11
|
+
## [v1.0.1](https://github.com/servian/awskeyring/tree/v1.0.1) (2019-05-23)
|
|
12
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v1.0.0...v1.0.1)
|
|
13
|
+
|
|
14
|
+
**Implemented enhancements:**
|
|
15
|
+
|
|
16
|
+
- auto-complete the --version [\#47](https://github.com/servian/awskeyring/pull/47) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
9
17
|
|
|
10
18
|
**Fixed bugs:**
|
|
11
19
|
|
|
12
|
-
- Unfreeze secret strings. [\#46](https://github.com/
|
|
20
|
+
- Unfreeze secret strings. [\#46](https://github.com/servian/awskeyring/pull/46) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
13
21
|
|
|
14
|
-
## [v1.0.0](https://github.com/
|
|
15
|
-
[Full Changelog](https://github.com/
|
|
22
|
+
## [v1.0.0](https://github.com/servian/awskeyring/tree/v1.0.0) (2019-05-19)
|
|
23
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.10.0...v1.0.0)
|
|
16
24
|
|
|
17
25
|
**Implemented enhancements:**
|
|
18
26
|
|
|
19
|
-
- More RuboCop changes and tweaked version string. [\#45](https://github.com/
|
|
27
|
+
- More RuboCop changes and tweaked version string. [\#45](https://github.com/servian/awskeyring/pull/45) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
20
28
|
|
|
21
|
-
## [v0.10.0](https://github.com/
|
|
22
|
-
[Full Changelog](https://github.com/
|
|
29
|
+
## [v0.10.0](https://github.com/servian/awskeyring/tree/v0.10.0) (2019-04-24)
|
|
30
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.9.0...v0.10.0)
|
|
23
31
|
|
|
24
32
|
**Implemented enhancements:**
|
|
25
33
|
|
|
26
|
-
- Add --unset flag to env command [\#44](https://github.com/
|
|
34
|
+
- Add --unset flag to env command [\#44](https://github.com/servian/awskeyring/pull/44) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
27
35
|
|
|
28
|
-
## [v0.9.0](https://github.com/
|
|
29
|
-
[Full Changelog](https://github.com/
|
|
36
|
+
## [v0.9.0](https://github.com/servian/awskeyring/tree/v0.9.0) (2019-04-09)
|
|
37
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.8.1...v0.9.0)
|
|
30
38
|
|
|
31
39
|
**Implemented enhancements:**
|
|
32
40
|
|
|
33
|
-
- Strip whitespace from user input [\#43](https://github.com/
|
|
41
|
+
- Strip whitespace from user input [\#43](https://github.com/servian/awskeyring/pull/43) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
34
42
|
|
|
35
|
-
## [v0.8.1](https://github.com/
|
|
36
|
-
[Full Changelog](https://github.com/
|
|
43
|
+
## [v0.8.1](https://github.com/servian/awskeyring/tree/v0.8.1) (2019-02-06)
|
|
44
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.8.0...v0.8.1)
|
|
37
45
|
|
|
38
46
|
**Fixed bugs:**
|
|
39
47
|
|
|
40
|
-
- Fix usage behind PROXIES [\#42](https://github.com/
|
|
48
|
+
- Fix usage behind PROXIES [\#42](https://github.com/servian/awskeyring/pull/42) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
41
49
|
|
|
42
|
-
## [v0.8.0](https://github.com/
|
|
43
|
-
[Full Changelog](https://github.com/
|
|
50
|
+
## [v0.8.0](https://github.com/servian/awskeyring/tree/v0.8.0) (2018-12-19)
|
|
51
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.7.2...v0.8.0)
|
|
44
52
|
|
|
45
53
|
**Implemented enhancements:**
|
|
46
54
|
|
|
47
|
-
- Provide input feedback for secret fields. [\#41](https://github.com/
|
|
55
|
+
- Provide input feedback for secret fields. [\#41](https://github.com/servian/awskeyring/pull/41) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
48
56
|
|
|
49
57
|
**Fixed bugs:**
|
|
50
58
|
|
|
51
|
-
- Cannot enter secret access key when adding new accounts in 0.7.0 [\#36](https://github.com/
|
|
59
|
+
- Cannot enter secret access key when adding new accounts in 0.7.0 [\#36](https://github.com/servian/awskeyring/issues/36)
|
|
52
60
|
|
|
53
|
-
## [v0.7.2](https://github.com/
|
|
54
|
-
[Full Changelog](https://github.com/
|
|
61
|
+
## [v0.7.2](https://github.com/servian/awskeyring/tree/v0.7.2) (2018-12-17)
|
|
62
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.7.1...v0.7.2)
|
|
55
63
|
|
|
56
64
|
**Fixed bugs:**
|
|
57
65
|
|
|
58
|
-
- Validate that account doesn't already exists. [\#40](https://github.com/
|
|
59
|
-
- Check for COMMAND param to exec. [\#38](https://github.com/
|
|
66
|
+
- Validate that account doesn't already exists. [\#40](https://github.com/servian/awskeyring/pull/40) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
67
|
+
- Check for COMMAND param to exec. [\#38](https://github.com/servian/awskeyring/pull/38) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
60
68
|
|
|
61
|
-
## [v0.7.1](https://github.com/
|
|
62
|
-
[Full Changelog](https://github.com/
|
|
69
|
+
## [v0.7.1](https://github.com/servian/awskeyring/tree/v0.7.1) (2018-12-03)
|
|
70
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.7.0...v0.7.1)
|
|
63
71
|
|
|
64
72
|
**Fixed bugs:**
|
|
65
73
|
|
|
66
|
-
- Trailing LF was being passed to validator [\#37](https://github.com/
|
|
74
|
+
- Trailing LF was being passed to validator [\#37](https://github.com/servian/awskeyring/pull/37) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
67
75
|
|
|
68
|
-
## [v0.7.0](https://github.com/
|
|
69
|
-
[Full Changelog](https://github.com/
|
|
76
|
+
## [v0.7.0](https://github.com/servian/awskeyring/tree/v0.7.0) (2018-11-26)
|
|
77
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.6.0...v0.7.0)
|
|
70
78
|
|
|
71
79
|
**Implemented enhancements:**
|
|
72
80
|
|
|
73
|
-
- Validate existing account. [\#35](https://github.com/
|
|
74
|
-
- Swap Highline for Thor::LineEditor [\#34](https://github.com/
|
|
81
|
+
- Validate existing account. [\#35](https://github.com/servian/awskeyring/pull/35) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
82
|
+
- Swap Highline for Thor::LineEditor [\#34](https://github.com/servian/awskeyring/pull/34) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
75
83
|
|
|
76
|
-
## [v0.6.0](https://github.com/
|
|
77
|
-
[Full Changelog](https://github.com/
|
|
84
|
+
## [v0.6.0](https://github.com/servian/awskeyring/tree/v0.6.0) (2018-10-18)
|
|
85
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.5.3...v0.6.0)
|
|
78
86
|
|
|
79
87
|
**Fixed bugs:**
|
|
80
88
|
|
|
81
|
-
- Use a default Region for Rotate. [\#33](https://github.com/
|
|
82
|
-
- Fix JSON time format to use ISO8601. [\#32](https://github.com/
|
|
89
|
+
- Use a default Region for Rotate. [\#33](https://github.com/servian/awskeyring/pull/33) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
90
|
+
- Fix JSON time format to use ISO8601. [\#32](https://github.com/servian/awskeyring/pull/32) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
83
91
|
|
|
84
|
-
## [v0.5.3](https://github.com/
|
|
85
|
-
[Full Changelog](https://github.com/
|
|
92
|
+
## [v0.5.3](https://github.com/servian/awskeyring/tree/v0.5.3) (2018-10-03)
|
|
93
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.5.2...v0.5.3)
|
|
86
94
|
|
|
87
95
|
**Implemented enhancements:**
|
|
88
96
|
|
|
89
|
-
- Console favourites [\#31](https://github.com/
|
|
97
|
+
- Console favourites [\#31](https://github.com/servian/awskeyring/pull/31) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
90
98
|
|
|
91
|
-
## [v0.5.2](https://github.com/
|
|
92
|
-
[Full Changelog](https://github.com/
|
|
99
|
+
## [v0.5.2](https://github.com/servian/awskeyring/tree/v0.5.2) (2018-09-18)
|
|
100
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.5.1...v0.5.2)
|
|
93
101
|
|
|
94
102
|
**Implemented enhancements:**
|
|
95
103
|
|
|
96
|
-
- More robust autocomplete. [\#30](https://github.com/
|
|
104
|
+
- More robust autocomplete. [\#30](https://github.com/servian/awskeyring/pull/30) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
97
105
|
|
|
98
|
-
## [v0.5.1](https://github.com/
|
|
99
|
-
[Full Changelog](https://github.com/
|
|
106
|
+
## [v0.5.1](https://github.com/servian/awskeyring/tree/v0.5.1) (2018-09-12)
|
|
107
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.5.0...v0.5.1)
|
|
100
108
|
|
|
101
109
|
**Implemented enhancements:**
|
|
102
110
|
|
|
103
|
-
- Autocomplete flags too. [\#29](https://github.com/
|
|
111
|
+
- Autocomplete flags too. [\#29](https://github.com/servian/awskeyring/pull/29) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
104
112
|
|
|
105
|
-
## [v0.5.0](https://github.com/
|
|
106
|
-
[Full Changelog](https://github.com/
|
|
113
|
+
## [v0.5.0](https://github.com/servian/awskeyring/tree/v0.5.0) (2018-09-10)
|
|
114
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.4.0...v0.5.0)
|
|
107
115
|
|
|
108
116
|
**Implemented enhancements:**
|
|
109
117
|
|
|
110
|
-
- Separate update account from add account. [\#28](https://github.com/
|
|
118
|
+
- Separate update account from add account. [\#28](https://github.com/servian/awskeyring/pull/28) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
111
119
|
|
|
112
120
|
**Merged pull requests:**
|
|
113
121
|
|
|
114
|
-
- Refactor [\#27](https://github.com/
|
|
122
|
+
- Refactor [\#27](https://github.com/servian/awskeyring/pull/27) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
115
123
|
|
|
116
|
-
## [v0.4.0](https://github.com/
|
|
117
|
-
[Full Changelog](https://github.com/
|
|
124
|
+
## [v0.4.0](https://github.com/servian/awskeyring/tree/v0.4.0) (2018-08-21)
|
|
125
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.3.1...v0.4.0)
|
|
118
126
|
|
|
119
127
|
**Implemented enhancements:**
|
|
120
128
|
|
|
121
|
-
- I18n - Internationalisation [\#26](https://github.com/
|
|
122
|
-
- Adds no token flag to skip saved token [\#25](https://github.com/
|
|
129
|
+
- I18n - Internationalisation [\#26](https://github.com/servian/awskeyring/pull/26) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
130
|
+
- Adds no token flag to skip saved token [\#25](https://github.com/servian/awskeyring/pull/25) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
123
131
|
|
|
124
|
-
## [v0.3.1](https://github.com/
|
|
125
|
-
[Full Changelog](https://github.com/
|
|
132
|
+
## [v0.3.1](https://github.com/servian/awskeyring/tree/v0.3.1) (2018-07-25)
|
|
133
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.3.0...v0.3.1)
|
|
126
134
|
|
|
127
135
|
**Implemented enhancements:**
|
|
128
136
|
|
|
129
|
-
- Warn about key-age [\#24](https://github.com/
|
|
137
|
+
- Warn about key-age [\#24](https://github.com/servian/awskeyring/pull/24) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
130
138
|
|
|
131
139
|
**Fixed bugs:**
|
|
132
140
|
|
|
133
|
-
- Error adding account when region is not specified [\#21](https://github.com/
|
|
134
|
-
- Check more locations for current region. [\#23](https://github.com/
|
|
141
|
+
- Error adding account when region is not specified [\#21](https://github.com/servian/awskeyring/issues/21)
|
|
142
|
+
- Check more locations for current region. [\#23](https://github.com/servian/awskeyring/pull/23) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
135
143
|
|
|
136
144
|
**Merged pull requests:**
|
|
137
145
|
|
|
138
|
-
- Set a default region on cred verify. [\#22](https://github.com/
|
|
146
|
+
- Set a default region on cred verify. [\#22](https://github.com/servian/awskeyring/pull/22) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
139
147
|
|
|
140
|
-
## [v0.3.0](https://github.com/
|
|
141
|
-
[Full Changelog](https://github.com/
|
|
148
|
+
## [v0.3.0](https://github.com/servian/awskeyring/tree/v0.3.0) (2018-04-12)
|
|
149
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.2.0...v0.3.0)
|
|
142
150
|
|
|
143
151
|
**Implemented enhancements:**
|
|
144
152
|
|
|
145
|
-
- Validate tokens upon adding them to the keychain [\#18](https://github.com/
|
|
146
|
-
- Generate a token from IAM User credentials using the GetFederationToken API [\#17](https://github.com/
|
|
147
|
-
- Test creds against AWS API \(optionally\). [\#20](https://github.com/
|
|
148
|
-
- Allow STS get\_session\_token without role [\#19](https://github.com/
|
|
153
|
+
- Validate tokens upon adding them to the keychain [\#18](https://github.com/servian/awskeyring/issues/18)
|
|
154
|
+
- Generate a token from IAM User credentials using the GetFederationToken API [\#17](https://github.com/servian/awskeyring/issues/17)
|
|
155
|
+
- Test creds against AWS API \(optionally\). [\#20](https://github.com/servian/awskeyring/pull/20) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
156
|
+
- Allow STS get\_session\_token without role [\#19](https://github.com/servian/awskeyring/pull/19) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
149
157
|
|
|
150
|
-
## [v0.2.0](https://github.com/
|
|
151
|
-
[Full Changelog](https://github.com/
|
|
158
|
+
## [v0.2.0](https://github.com/servian/awskeyring/tree/v0.2.0) (2018-04-05)
|
|
159
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.1.1...v0.2.0)
|
|
152
160
|
|
|
153
161
|
**Implemented enhancements:**
|
|
154
162
|
|
|
155
|
-
- Add AWS CLI credential\_process compatible JSON output [\#16](https://github.com/
|
|
163
|
+
- Add AWS CLI credential\_process compatible JSON output [\#16](https://github.com/servian/awskeyring/pull/16) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
156
164
|
|
|
157
|
-
## [v0.1.1](https://github.com/
|
|
158
|
-
[Full Changelog](https://github.com/
|
|
165
|
+
## [v0.1.1](https://github.com/servian/awskeyring/tree/v0.1.1) (2018-03-25)
|
|
166
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.1.0...v0.1.1)
|
|
159
167
|
|
|
160
168
|
**Merged pull requests:**
|
|
161
169
|
|
|
162
|
-
- More coverage with tests. [\#15](https://github.com/
|
|
163
|
-
- Validate MFA code and tweak Autocomplete [\#14](https://github.com/
|
|
170
|
+
- More coverage with tests. [\#15](https://github.com/servian/awskeyring/pull/15) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
171
|
+
- Validate MFA code and tweak Autocomplete [\#14](https://github.com/servian/awskeyring/pull/14) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
164
172
|
|
|
165
|
-
## [v0.1.0](https://github.com/
|
|
166
|
-
[Full Changelog](https://github.com/
|
|
173
|
+
## [v0.1.0](https://github.com/servian/awskeyring/tree/v0.1.0) (2018-03-14)
|
|
174
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.0.6...v0.1.0)
|
|
167
175
|
|
|
168
176
|
**Implemented enhancements:**
|
|
169
177
|
|
|
170
|
-
- Item refactor [\#13](https://github.com/
|
|
171
|
-
- Aws refactor [\#12](https://github.com/
|
|
178
|
+
- Item refactor [\#13](https://github.com/servian/awskeyring/pull/13) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
179
|
+
- Aws refactor [\#12](https://github.com/servian/awskeyring/pull/12) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
172
180
|
|
|
173
|
-
## [v0.0.6](https://github.com/
|
|
174
|
-
[Full Changelog](https://github.com/
|
|
181
|
+
## [v0.0.6](https://github.com/servian/awskeyring/tree/v0.0.6) (2018-03-01)
|
|
182
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.0.5...v0.0.6)
|
|
175
183
|
|
|
176
184
|
**Implemented enhancements:**
|
|
177
185
|
|
|
178
|
-
- Credential Rotation Feature [\#4](https://github.com/
|
|
179
|
-
- Rotate credentials feature. [\#11](https://github.com/
|
|
186
|
+
- Credential Rotation Feature [\#4](https://github.com/servian/awskeyring/issues/4)
|
|
187
|
+
- Rotate credentials feature. [\#11](https://github.com/servian/awskeyring/pull/11) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
180
188
|
|
|
181
189
|
**Merged pull requests:**
|
|
182
190
|
|
|
183
|
-
- Input validation [\#10](https://github.com/
|
|
184
|
-
- Adding a check for incorrect file modes. [\#9](https://github.com/
|
|
191
|
+
- Input validation [\#10](https://github.com/servian/awskeyring/pull/10) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
192
|
+
- Adding a check for incorrect file modes. [\#9](https://github.com/servian/awskeyring/pull/9) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
185
193
|
|
|
186
|
-
## [v0.0.5](https://github.com/
|
|
187
|
-
[Full Changelog](https://github.com/
|
|
194
|
+
## [v0.0.5](https://github.com/servian/awskeyring/tree/v0.0.5) (2018-02-15)
|
|
195
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.0.4...v0.0.5)
|
|
188
196
|
|
|
189
197
|
**Fixed bugs:**
|
|
190
198
|
|
|
191
|
-
- Issue on add [\#7](https://github.com/
|
|
199
|
+
- Issue on add [\#7](https://github.com/servian/awskeyring/issues/7)
|
|
192
200
|
|
|
193
201
|
**Merged pull requests:**
|
|
194
202
|
|
|
195
|
-
- fix issue \#7 and add a path to open console. [\#8](https://github.com/
|
|
203
|
+
- fix issue \#7 and add a path to open console. [\#8](https://github.com/servian/awskeyring/pull/8) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
196
204
|
|
|
197
|
-
## [v0.0.4](https://github.com/
|
|
198
|
-
[Full Changelog](https://github.com/
|
|
205
|
+
## [v0.0.4](https://github.com/servian/awskeyring/tree/v0.0.4) (2018-01-29)
|
|
206
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.0.3...v0.0.4)
|
|
199
207
|
|
|
200
|
-
## [v0.0.3](https://github.com/
|
|
201
|
-
[Full Changelog](https://github.com/
|
|
208
|
+
## [v0.0.3](https://github.com/servian/awskeyring/tree/v0.0.3) (2018-01-28)
|
|
209
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.0.2...v0.0.3)
|
|
202
210
|
|
|
203
211
|
**Implemented enhancements:**
|
|
204
212
|
|
|
205
|
-
- Remove Token feature [\#5](https://github.com/
|
|
206
|
-
- Implement exec command [\#2](https://github.com/
|
|
207
|
-
- Add Remove token feature [\#6](https://github.com/
|
|
208
|
-
- Implement exec feature. [\#3](https://github.com/
|
|
213
|
+
- Remove Token feature [\#5](https://github.com/servian/awskeyring/issues/5)
|
|
214
|
+
- Implement exec command [\#2](https://github.com/servian/awskeyring/issues/2)
|
|
215
|
+
- Add Remove token feature [\#6](https://github.com/servian/awskeyring/pull/6) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
216
|
+
- Implement exec feature. [\#3](https://github.com/servian/awskeyring/pull/3) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
209
217
|
|
|
210
|
-
## [v0.0.2](https://github.com/
|
|
211
|
-
[Full Changelog](https://github.com/
|
|
218
|
+
## [v0.0.2](https://github.com/servian/awskeyring/tree/v0.0.2) (2018-01-18)
|
|
219
|
+
[Full Changelog](https://github.com/servian/awskeyring/compare/v0.0.1...v0.0.2)
|
|
212
220
|
|
|
213
221
|
**Merged pull requests:**
|
|
214
222
|
|
|
215
|
-
- Sledgehammer disable of rubocop metrics. [\#1](https://github.com/
|
|
223
|
+
- Sledgehammer disable of rubocop metrics. [\#1](https://github.com/servian/awskeyring/pull/1) ([tristanmorgan](https://github.com/tristanmorgan))
|
|
216
224
|
|
|
217
|
-
## [v0.0.1](https://github.com/
|
|
225
|
+
## [v0.0.1](https://github.com/servian/awskeyring/tree/v0.0.1) (2017-12-25)
|
|
218
226
|
|
|
219
227
|
|
|
220
228
|
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/CONTRIBUTING.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# How to contribute
|
|
2
|
+
|
|
3
|
+
Bug reports and pull requests from users are what keep this project working.
|
|
4
|
+
|
|
5
|
+
## Basics
|
|
6
|
+
|
|
7
|
+
1. Create an issue and describe your idea
|
|
8
|
+
2. [Fork it](https://github.com/servian/awskeyring/fork)
|
|
9
|
+
3. Create your feature branch (`git checkout -b my-new-feature`)
|
|
10
|
+
4. Commit your changes (`git commit -am 'Add some feature'`)
|
|
11
|
+
5. Publish the branch (`git push origin my-new-feature`)
|
|
12
|
+
6. Create a new Pull Request
|
|
13
|
+
|
|
14
|
+
## Checking your work
|
|
15
|
+
|
|
16
|
+
You can run the test suite.
|
|
17
|
+
|
|
18
|
+
You can run [RuboCop] to check code style.
|
|
19
|
+
|
|
20
|
+
You can run [RSpec] to see if anything broke.
|
|
21
|
+
|
|
22
|
+
You can run [YARD] to see of your code is documented.
|
|
23
|
+
|
|
24
|
+
The default Rake task, runnable using `rake`.
|
|
25
|
+
|
|
26
|
+
## Write documentation
|
|
27
|
+
|
|
28
|
+
This project has documentation in a few places:
|
|
29
|
+
|
|
30
|
+
### Introduction and usage
|
|
31
|
+
|
|
32
|
+
A friendly `README.md` written for many audiences.
|
|
33
|
+
|
|
34
|
+
### Examples and advanced usage
|
|
35
|
+
|
|
36
|
+
The [wiki].
|
|
37
|
+
|
|
38
|
+
### API documentation
|
|
39
|
+
|
|
40
|
+
API documentation is written as [YARD] docblocks in the Ruby code.
|
|
41
|
+
|
|
42
|
+
This is rendered as Web pages on [Rubydoc.info][awskeyring on Rubydoc.info].
|
|
43
|
+
|
|
44
|
+
[wiki]: https://github.com/servian/awskeyring/wiki
|
|
45
|
+
[YARD]: https://yardoc.org/
|
|
46
|
+
[awskeyring on Rubydoc.info]: https://www.rubydoc.info/gems/awskeyring
|
|
47
|
+
[RuboCop]: https://rubocop.readthedocs.io/en/latest/
|
|
48
|
+
[Rspec]: https://rspec.info
|
data/Gemfile
CHANGED
data/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Awskeyring
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|
|
|
5
|
-
* [](https://travis-ci.org/servian/awskeyring)
|
|
6
6
|
* [](https://badge.fury.io/rb/awskeyring)
|
|
7
|
-
* [](https://opensource.org/licenses/MIT)
|
|
8
|
+
* [](https://rubygems.org/gems/awskeyring)
|
|
9
|
+
* [](https://rubygems.org/gems/awskeyring)
|
|
10
|
+
* [](https://www.rubydoc.info/gems/awskeyring)
|
|
11
11
|
|
|
12
12
|
Awskeyring is a small tool to manage AWS account keys in the macOS Keychain.
|
|
13
13
|
|
|
@@ -26,6 +26,10 @@ Install it with:
|
|
|
26
26
|
|
|
27
27
|
$ gem install awskeyring --user-install
|
|
28
28
|
|
|
29
|
+
## Wiki
|
|
30
|
+
|
|
31
|
+
Please see the [Wiki](https://github.com/servian/awskeyring/wiki) for full usage instructions and tips.
|
|
32
|
+
|
|
29
33
|
## Quick start
|
|
30
34
|
|
|
31
35
|
First you need to initialise your keychain to hold your AWS credentials.
|
|
@@ -40,14 +44,12 @@ Now your keys are stored safely in the macOS keychain. To print environment vari
|
|
|
40
44
|
|
|
41
45
|
awskeyring env personal-aws
|
|
42
46
|
|
|
43
|
-
Alternatively you can create a profile using the credential_process config variable. See the [AWS CLI Config docs](
|
|
47
|
+
Alternatively you can create a profile using the credential_process config variable. See the [AWS CLI Config docs](https://docs.aws.amazon.com/cli/latest/topic/config-vars.html#cli-aws-help-config-vars) for more details on this config option.
|
|
44
48
|
|
|
45
49
|
[profile personal]
|
|
46
50
|
region = us-west-1
|
|
47
51
|
credential_process = /usr/local/bin/awskeyring json personal-aws
|
|
48
52
|
|
|
49
|
-
See below and in the [wiki](https://github.com/vibrato/awskeyring/wiki) for more details on usage.
|
|
50
|
-
|
|
51
53
|
## Usage
|
|
52
54
|
|
|
53
55
|
The CLI is using [Thor](http://whatisthor.com) with help provided interactively.
|
|
@@ -95,9 +97,9 @@ If you believe you have found a security issue in Awskeyring, please responsibly
|
|
|
95
97
|
|
|
96
98
|
## Contributing
|
|
97
99
|
|
|
98
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
100
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/servian/awskeyring. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://contributor-covenant.org) code of conduct.
|
|
99
101
|
|
|
100
102
|
## License
|
|
101
103
|
|
|
102
|
-
The gem is available as open source under the terms of the [MIT License](
|
|
104
|
+
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
|
103
105
|
|
data/lib/awskeyring/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: awskeyring
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tristan Morgan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-iam
|
|
@@ -76,6 +76,7 @@ extra_rdoc_files: []
|
|
|
76
76
|
files:
|
|
77
77
|
- CHANGELOG.md
|
|
78
78
|
- CODE_OF_CONDUCT.md
|
|
79
|
+
- CONTRIBUTING.md
|
|
79
80
|
- Gemfile
|
|
80
81
|
- LICENSE.txt
|
|
81
82
|
- README.md
|
|
@@ -89,7 +90,7 @@ files:
|
|
|
89
90
|
- lib/awskeyring/validate.rb
|
|
90
91
|
- lib/awskeyring/version.rb
|
|
91
92
|
- lib/awskeyring_command.rb
|
|
92
|
-
homepage: https://github.com/
|
|
93
|
+
homepage: https://github.com/servian/awskeyring
|
|
93
94
|
licenses:
|
|
94
95
|
- MIT
|
|
95
96
|
metadata: {}
|
|
@@ -108,8 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
108
109
|
- !ruby/object:Gem::Version
|
|
109
110
|
version: '0'
|
|
110
111
|
requirements: []
|
|
111
|
-
|
|
112
|
-
rubygems_version: 2.5.2.3
|
|
112
|
+
rubygems_version: 3.0.3
|
|
113
113
|
signing_key:
|
|
114
114
|
specification_version: 4
|
|
115
115
|
summary: Manages AWS credentials in the macOS keychain
|