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 +4 -4
- data/VERSION +1 -1
- data/ci/oauth/keycloak/fetch_certificate +4 -0
- data/features/step_definitions/policy_steps.rb +11 -12
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 95f3eee20794e6ae05f4392c3fd8b9131fcfb0fe30c6f7feb26b14dec96c6152
|
|
4
|
+
data.tar.gz: fdf08384b730b3f70e75e2b52498c801335ff124a9a8652f88565678b23dde33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e114ef3b941a2e65587c1f4c4294caecd31852fa3f88cbbe5fa7c803c5811641a98fa9222f85746c30a52cf787a4767ca098ed7b4629b6716bdf8f38fd3b781b
|
|
7
|
+
data.tar.gz: 83ce2703e3f69d488b642aee98d6a6ca7f827e04f91b582ccc3414b03bd252843886a13f130c1402d1ed1d7761175f8a6beffcf81eb39cf6f6e26681cfa435ff
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
5.4.1
|
|
1
|
+
5.4.1
|
|
@@ -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
|
-
|
|
98
|
-
- !variable
|
|
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
|
|
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-
|
|
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:
|
|
428
|
+
version: '0'
|
|
429
429
|
requirements: []
|
|
430
|
-
rubygems_version: 3.
|
|
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:
|