aws-session-credentials 1.0.0.pre.1 → 1.0.0.pre.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
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZWJiNTBkOGI2ZDFkNmExM2JkNTFiOWNmMmM3OGI3ZTUzY2JiN2M2OA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YzRlMTJjYzA0MzQ4MmFkNGI0YjlhMGEyZTFhNTJmNTE2NDYwNWQ5Mw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NWExNTE2ZjQyMzg1M2I0ZDdmNmYyNGQ0NDE4YWE3MTM2YTA4ZGQyMGNiNTRm
|
|
10
|
+
YWJkOTFkNmQ3MTI4NDI5MzlhMWM3MWJkODM2ZDYyMDgxMzBiNDY3YzAxODk0
|
|
11
|
+
YzEyNzY2YjAxMGRkMDU3NmIwZGRkNjAzN2Y3YWI1NjQ1MTlkY2I=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NDQyZmQ1ZjcwMTQ1YTdhMzcwYWRkMTZmNjU1NmZhMzkyMmMyMzJjNmI0NDQx
|
|
14
|
+
N2E2YjEwODdmYmY4M2UyMzU5YTMwMTc4YzA1YWEwNjBiYjVhOWIzOGZmZjU1
|
|
15
|
+
NWZlMTc1ODU5MmM3YzE2MWExMjUzOTllNWVkNTNhNzQ3N2VkMmY=
|
|
@@ -141,10 +141,10 @@ module Aws
|
|
|
141
141
|
cli_opts['duration'] ||= ask('Session duration (in seconds):')
|
|
142
142
|
|
|
143
143
|
puts ''
|
|
144
|
-
if yes?('Configure MFA?')
|
|
144
|
+
if yes?('Configure MFA (y/n)?')
|
|
145
145
|
cli_opts['mfa_device'] ||= ask('MFA device ARN:')
|
|
146
146
|
puts ''
|
|
147
|
-
if yes?('Configure Yubikey?')
|
|
147
|
+
if yes?('Configure Yubikey (y/n)?')
|
|
148
148
|
cli_opts['oath_credential'] ||= ask('OATH credential name:')
|
|
149
149
|
end
|
|
150
150
|
end
|