cerberus_client 1.5.0 → 1.5.1
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,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 32da4fb6aa9706e174e9154fc9cb95277b7770cd
|
|
4
|
+
data.tar.gz: 14ff733b72332d7798f6af3d6ce25def20fcd930
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90c060df8f17ef79ebbb6e9bc694c4654af3fb3b6df0a49e26596381def2bb80621d334b87db21cde4d4320fc429646db9ec16b19a5fffbbb52c6ec75ab1106d
|
|
7
|
+
data.tar.gz: fe097090f4e863a0b1010fbc813fadbd847ce131445f51befadf23274df13cb866ecf5c9bc36afc653e3a382a2d7f9a0d0f4a2c5784294837422faee90a04cab
|
|
@@ -117,7 +117,7 @@ module Cerberus
|
|
|
117
117
|
LOGGER.debug("Got auth data from Cerberus. Attempting to decrypt...")
|
|
118
118
|
|
|
119
119
|
# decrypt the data we got from cerberus to get the vault token
|
|
120
|
-
kms = Aws::KMS::Client.new(region: @role.region
|
|
120
|
+
kms = Aws::KMS::Client.new(region: @role.region)
|
|
121
121
|
|
|
122
122
|
decryptedAuthDataJson = JSON.parse(kms.decrypt(ciphertext_blob: Base64.decode64(authData)).plaintext)
|
|
123
123
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cerberus_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joe Teibel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-08-
|
|
11
|
+
date: 2017-08-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk
|