uc3-dmp-cognito 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/uc3-dmp-cognito/client.rb +0 -7
- data/lib/uc3-dmp-cognito/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ee5544ec4122ca566635ee8da8bc420500d0b304e247250a35d1c79266e06de
|
4
|
+
data.tar.gz: a38650be0c49f59cd762346030bce60de543dc2860dfca90863e062e9f7281fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae4e080e46bf5aa41ab4af6da07b77efda8167811606630f9685d094f8bb4336de87cb7798a409e10e0851049c70bc4a6a03d230c48c91c243c83f2e9b019e72
|
7
|
+
data.tar.gz: c221aa90bc46a93916ed5f0d29bacdcc9bebcab73c5d688352ba2c07aee93a5515a4b5662368b5e7b49a785da13435d42a69818157a55e72e90f9d7cc05b660a
|
@@ -12,13 +12,6 @@ module Uc3DmpCognito
|
|
12
12
|
# Fetch the name of the client from the client id provided.
|
13
13
|
# DMP Provenance names match the Cognito client names
|
14
14
|
def get_client_name(client_id:, debug: false)
|
15
|
-
|
16
|
-
puts '----------------------------------'
|
17
|
-
puts "GEM ENV:"
|
18
|
-
puts ENV.inspect
|
19
|
-
puts ENV['COGNITO_USER_POOL_ID']
|
20
|
-
puts '----------------------------------'
|
21
|
-
|
22
15
|
user_pool_id = ENV.fetch('COGNITO_USER_POOL_ID', nil)
|
23
16
|
raise ClientError, MSG_MISSING_POOL if user_pool_id.nil?
|
24
17
|
|