conjur-api 5.4.1.pre.566 → 5.4.1.pre.636
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/ci/oauth/keycloak/fetch_certificate +0 -4
- data/features/step_definitions/policy_steps.rb +12 -11
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: acd3e15e1ec8874ed77cc50740e9a7369bb00e502436f36267520112d2a2736f
|
4
|
+
data.tar.gz: 0677c420e4201c2cd324cdbb67cf2704e1842ca6c854870ce4a157616e4158b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 422a3f11ff095197e28a73803993286ddaae094a6c55b2d0836b8e71c4889ea0b36eb00a1c526f78cffb6cea7295410582526611de0924ef26d6c201063d50ac
|
7
|
+
data.tar.gz: 1f45598c514cbf8290529582bc8d4de47c4625585dd9a7e305c5e52e36276bacd903166d93c7550155b52872c35efb35bce0688d384b0467f29746cdd16e4d26
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
5.4.1-
|
1
|
+
5.4.1-636
|
@@ -85,20 +85,19 @@ 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
|
-
|
98
|
-
- !variable
|
99
|
-
|
100
|
-
- !variable nonce
|
97
|
+
- !variable claim-mapping
|
98
|
+
- !variable nonce
|
101
99
|
- !variable state
|
100
|
+
- !variable ca-cert
|
102
101
|
|
103
102
|
- !variable redirect-uri
|
104
103
|
|
@@ -122,6 +121,7 @@ Given(/^I setup a keycloak authenticator$/) do
|
|
122
121
|
@nonce = $conjur.resource("cucumber:variable:conjur/authn-oidc/keycloak/nonce")
|
123
122
|
@state = $conjur.resource("cucumber:variable:conjur/authn-oidc/keycloak/state")
|
124
123
|
@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,4 +131,5 @@ 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")
|
134
135
|
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.
|
4
|
+
version: 5.4.1.pre.636
|
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-
|
11
|
+
date: 2023-09-11 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
|
@@ -427,8 +427,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
427
427
|
- !ruby/object:Gem::Version
|
428
428
|
version: 1.3.1
|
429
429
|
requirements: []
|
430
|
-
rubygems_version: 3.
|
431
|
-
signing_key:
|
430
|
+
rubygems_version: 3.4.10
|
431
|
+
signing_key:
|
432
432
|
specification_version: 4
|
433
433
|
summary: Conjur API
|
434
434
|
test_files:
|