conjur-api 5.4.1.pre.636 → 5.4.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
  SHA256:
3
- metadata.gz: acd3e15e1ec8874ed77cc50740e9a7369bb00e502436f36267520112d2a2736f
4
- data.tar.gz: 0677c420e4201c2cd324cdbb67cf2704e1842ca6c854870ce4a157616e4158b8
3
+ metadata.gz: 95f3eee20794e6ae05f4392c3fd8b9131fcfb0fe30c6f7feb26b14dec96c6152
4
+ data.tar.gz: fdf08384b730b3f70e75e2b52498c801335ff124a9a8652f88565678b23dde33
5
5
  SHA512:
6
- metadata.gz: 422a3f11ff095197e28a73803993286ddaae094a6c55b2d0836b8e71c4889ea0b36eb00a1c526f78cffb6cea7295410582526611de0924ef26d6c201063d50ac
7
- data.tar.gz: 1f45598c514cbf8290529582bc8d4de47c4625585dd9a7e305c5e52e36276bacd903166d93c7550155b52872c35efb35bce0688d384b0467f29746cdd16e4d26
6
+ metadata.gz: e114ef3b941a2e65587c1f4c4294caecd31852fa3f88cbbe5fa7c803c5811641a98fa9222f85746c30a52cf787a4767ca098ed7b4629b6716bdf8f38fd3b781b
7
+ data.tar.gz: 83ce2703e3f69d488b642aee98d6a6ca7f827e04f91b582ccc3414b03bd252843886a13f130c1402d1ed1d7761175f8a6beffcf81eb39cf6f6e26681cfa435ff
data/VERSION CHANGED
@@ -1 +1 @@
1
- 5.4.1-636
1
+ 5.4.1
@@ -12,3 +12,7 @@ openssl s_client \
12
12
  openssl x509 \
13
13
  -outform PEM \
14
14
  >/etc/ssl/certs/keycloak.pem
15
+
16
+ hash=$(openssl x509 -hash -in /etc/ssl/certs/keycloak.pem -out /dev/null)
17
+
18
+ ln -s /etc/ssl/certs/keycloak.pem "/etc/ssl/certs/${hash}.0"
@@ -85,19 +85,20 @@ end
85
85
 
86
86
  Given(/^I setup a keycloak authenticator$/) do
87
87
  $conjur.load_policy 'root', <<-POLICY
88
- - !policy
88
+ - !policy
89
89
  id: conjur/authn-oidc/keycloak
90
- body:
91
- - !webservice
92
-
93
- - !variable provider-uri
94
- - !variable client-id
95
- - !variable client-secret
90
+ body:
91
+ - !webservice
92
+
93
+ - !variable provider-uri
94
+ - !variable client-id
95
+ - !variable client-secret
96
96
  - !variable name
97
- - !variable claim-mapping
98
- - !variable nonce
97
+
98
+ - !variable claim-mapping
99
+
100
+ - !variable nonce
99
101
  - !variable state
100
- - !variable ca-cert
101
102
 
102
103
  - !variable redirect-uri
103
104
 
@@ -121,7 +122,6 @@ Given(/^I setup a keycloak authenticator$/) do
121
122
  @nonce = $conjur.resource("cucumber:variable:conjur/authn-oidc/keycloak/nonce")
122
123
  @state = $conjur.resource("cucumber:variable:conjur/authn-oidc/keycloak/state")
123
124
  @redirect_uri = $conjur.resource("cucumber:variable:conjur/authn-oidc/keycloak/redirect-uri")
124
- @ca_cert = $conjur.resource("cucumber:variable:conjur/authn-oidc/keycloak/ca-cert")
125
125
 
126
126
  @provider_uri.add_value "https://keycloak:8443/auth/realms/master"
127
127
  @client_id.add_value "conjurClient"
@@ -131,5 +131,4 @@ Given(/^I setup a keycloak authenticator$/) do
131
131
  @state.add_value SecureRandom.uuid
132
132
  @name.add_value "keycloak"
133
133
  @redirect_uri.add_value "http://conjur_5/authn-oidc/keycloak/cucumber/authenticate"
134
- @ca_cert.add_value File.read("/etc/ssl/certs/keycloak.pem")
135
134
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conjur-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.4.1.pre.636
4
+ version: 5.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - CyberArk Maintainers
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-11 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -412,7 +412,7 @@ homepage: https://github.com/cyberark/conjur-api-ruby/
412
412
  licenses:
413
413
  - Apache-2.0
414
414
  metadata: {}
415
- post_install_message:
415
+ post_install_message:
416
416
  rdoc_options: []
417
417
  require_paths:
418
418
  - lib
@@ -423,12 +423,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
423
423
  version: '1.9'
424
424
  required_rubygems_version: !ruby/object:Gem::Requirement
425
425
  requirements:
426
- - - ">"
426
+ - - ">="
427
427
  - !ruby/object:Gem::Version
428
- version: 1.3.1
428
+ version: '0'
429
429
  requirements: []
430
- rubygems_version: 3.4.10
431
- signing_key:
430
+ rubygems_version: 3.2.33
431
+ signing_key:
432
432
  specification_version: 4
433
433
  summary: Conjur API
434
434
  test_files: