aws-secrets-manager 1.0.7 → 1.0.9
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 78068c78c3948f4cbfc3ceff0670c7ca3800a3bda56f5deb09994156778084b7
|
|
4
|
+
data.tar.gz: '09542c519acae56d1a307475a1d6cd490b171be0682986c2cca146bd2a15451b'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68cf52b8b3850b828cbcee77dceaa0e48b3186d2a48e611ea5addd968a6ff42d647636b4d1bad00babc68eba6f0f55899d615bebd8ed6d8b0dec47bc3f42cc01
|
|
7
|
+
data.tar.gz: 58d0434be54edee0335669208650f6e2500d86726f1f22b515a65d0399c2e4a58742c9c0f6fad4e6b372842718cfbfd81adf48080631d5b4cd7c69221d36f57f
|
|
@@ -13,10 +13,6 @@ module AwsSecretsManager
|
|
|
13
13
|
Error.new("Only #{Config::PLAINTEXT} && #{Config::KEY_VALUE} secrets types is allowed!!!")
|
|
14
14
|
end
|
|
15
15
|
|
|
16
|
-
def aws_region_error
|
|
17
|
-
Error.new("Please provide aws_region value in configuration object")
|
|
18
|
-
end
|
|
19
|
-
|
|
20
16
|
def secret_not_exists_error(secret_name)
|
|
21
17
|
Error.new("AWS Secrets Manager Secret #{secret_name} not exists!!!")
|
|
22
18
|
end
|