clowder-common-ruby 0.4.0 → 0.4.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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d7db9ccbc44817dab7850a9af94deeed4b94e2765509a77de8cb6279864fc93
4
- data.tar.gz: 6f25ca91ed6d2f2cf2b2adede6d80bbfcd05d57f646730f61698a286d70ec83d
3
+ metadata.gz: 5d985797cbb80f7e818fad33debe6861ca96f58a8d182b6ac82bc95ff60c1364
4
+ data.tar.gz: b96fc768b33ae6dc985b5846e3f299fb24e3156215b7f06f02134ef0d552d9cd
5
5
  SHA512:
6
- metadata.gz: 3fd3e4a93371a274a150c3a28e533ace45d2f58212b9035a58d93ed2217bf3ea3627c4835c3c64e460d886354447fb2edbc552674b4142647a2768dbd5c6b0a8
7
- data.tar.gz: 3b2aefe2795c41aeced6bc5fb2c543f19675614f4ebf46e2934a5a1f777914fcbae49c4c78f95d091b89a314063a6dc7abe950c04858c822178ed459e5f895dd
6
+ metadata.gz: 61e7cb2eab0652a6ba3ee485215b279f80625326bb5dc5a7cab69a8999691aecf5e0ad294e6e059ca736805b048d51cd339395f30e75c55598adc0a6b5298134
7
+ data.tar.gz: 8ae0b436d8a729f77b77de864ab59c3dd56cf40bb9faaee5f08f2c45777bd6c407399b680cef5e80d7cd16d978cce99a6d3490cb7866018d38bb3b74ee22a153
data/bin/schema.json CHANGED
@@ -436,6 +436,10 @@
436
436
  "password": {
437
437
  "description": "Defines the password for the In Memory DB server configuration.",
438
438
  "type": "string"
439
+ },
440
+ "sslMode": {
441
+ "description": "Defines the sslMode used by the In Memory DB server coniguration",
442
+ "type": "boolean"
439
443
  }
440
444
  },
441
445
  "required": [
@@ -93,7 +93,8 @@ module ClowderCommonRuby
93
93
 
94
94
  {
95
95
  url: redis_url,
96
- password: inMemoryDb.dig('password')
96
+ password: inMemoryDb.dig('password'),
97
+ ssl: inMemoryDb.dig('sslMode')
97
98
  }
98
99
  end
99
100
 
@@ -382,6 +382,7 @@ module ClowderCommonRuby
382
382
  keys << :port
383
383
  keys << :username
384
384
  keys << :password
385
+ keys << :sslMode
385
386
  end
386
387
  end
387
388
  end
@@ -1,3 +1,3 @@
1
1
  module ClowderCommonRuby
2
- VERSION = '0.4.0'.freeze # Patch version is being automatically bumped
2
+ VERSION = '0.4.2'.freeze # Patch version is being automatically bumped
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clowder-common-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Red Hat Developers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-30 00:00:00.000000000 Z
11
+ date: 2023-08-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: This is a ruby interface for preparing Clowder variables.
14
14
  email: