ory-oathkeeper-client 0.40.4 → 0.40.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +5 -5
- data/lib/ory-oathkeeper-client/api/api_api.rb +1 -1
- data/lib/ory-oathkeeper-client/api/health_api.rb +1 -1
- data/lib/ory-oathkeeper-client/api/version_api.rb +1 -1
- data/lib/ory-oathkeeper-client/api_client.rb +1 -1
- data/lib/ory-oathkeeper-client/api_error.rb +1 -1
- data/lib/ory-oathkeeper-client/configuration.rb +1 -1
- data/lib/ory-oathkeeper-client/models/generic_error.rb +1 -1
- data/lib/ory-oathkeeper-client/models/health_not_ready_status.rb +1 -1
- data/lib/ory-oathkeeper-client/models/health_status.rb +1 -1
- data/lib/ory-oathkeeper-client/models/json_web_key.rb +1 -1
- data/lib/ory-oathkeeper-client/models/json_web_key_set.rb +1 -1
- data/lib/ory-oathkeeper-client/models/rule.rb +1 -1
- data/lib/ory-oathkeeper-client/models/rule_handler.rb +1 -1
- data/lib/ory-oathkeeper-client/models/rule_match.rb +1 -1
- data/lib/ory-oathkeeper-client/models/upstream.rb +1 -1
- data/lib/ory-oathkeeper-client/models/version.rb +1 -1
- data/lib/ory-oathkeeper-client/version.rb +2 -2
- data/lib/ory-oathkeeper-client.rb +1 -1
- data/ory-oathkeeper-client.gemspec +1 -1
- data/spec/api/api_api_spec.rb +1 -1
- data/spec/api/health_api_spec.rb +1 -1
- data/spec/api/version_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/generic_error_spec.rb +1 -1
- data/spec/models/health_not_ready_status_spec.rb +1 -1
- data/spec/models/health_status_spec.rb +1 -1
- data/spec/models/json_web_key_set_spec.rb +1 -1
- data/spec/models/json_web_key_spec.rb +1 -1
- data/spec/models/rule_handler_spec.rb +1 -1
- data/spec/models/rule_match_spec.rb +1 -1
- data/spec/models/rule_spec.rb +1 -1
- data/spec/models/upstream_spec.rb +1 -1
- data/spec/models/version_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.6/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.6/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/racc-1.7.1/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.6/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.6/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.6/ext/psych/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/racc-1.7.1/ext/racc/cparse/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.6/ext/stringio/Makefile +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30c7880f46fb19a8cf71871834c5cf79e698cc5582899015bacd30e2e7566248
|
4
|
+
data.tar.gz: b30c73a5c84cf881e873964592603248f1e0356cb23a20ad1adb36d9d9957152
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36be63aa4d77346de3cda6ff17fc75d1620465d6cb3b9f8c299159bbb3e03e29fb57c0220de6a3f7c58b41319542654c63b4dfd1adc81c049ac0b5956af4a565
|
7
|
+
data.tar.gz: db83a254e2155937bee7dcd2e64374f0c66f7e28dceef749930110ed89c7dcb74a02f94e47c0cbe4d9ac2933b2be9f1ce083f499108d2135db7eeffb94c07dec
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -6,8 +6,8 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validit
|
|
6
6
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
|
-
- API version: v0.40.
|
10
|
-
- Package version: v0.40.
|
9
|
+
- API version: v0.40.5
|
10
|
+
- Package version: v0.40.5
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://www.ory.am](https://www.ory.am)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build ory-oathkeeper-client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./ory-oathkeeper-client-v0.40.
|
27
|
+
gem install ./ory-oathkeeper-client-v0.40.5.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./ory-oathkeeper-client-v0.40.
|
30
|
+
(for development, run `gem install --dev ./ory-oathkeeper-client-v0.40.5.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'ory-oathkeeper-client', '~> v0.40.
|
36
|
+
gem 'ory-oathkeeper-client', '~> v0.40.5'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.40.
|
6
|
+
The version of the OpenAPI document: 0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
module OryOathkeeperClient
|
14
|
-
VERSION = '0.40.
|
14
|
+
VERSION = '0.40.5'
|
15
15
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v0.40.
|
8
|
+
The version of the OpenAPI document: v0.40.5
|
9
9
|
Contact: hi@ory.am
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
OpenAPI Generator version: 6.0.1
|
data/spec/api/api_api_spec.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
data/spec/api/health_api_spec.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
data/spec/api_client_spec.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
data/spec/configuration_spec.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
data/spec/models/rule_spec.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
data/spec/models/version_spec.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
data/spec/spec_helper.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.40.
|
6
|
+
The version of the OpenAPI document: v0.40.5
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug
|
2
|
-
/usr/bin/ruby2.5 -r ./
|
2
|
+
/usr/bin/ruby2.5 -r ./siteconf20230717-4400-6wqpi4.rb extconf.rb
|
3
3
|
creating Makefile
|
4
4
|
|
5
5
|
current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug
|
@@ -16,4 +16,4 @@ linking shared-object byebug/byebug.so
|
|
16
16
|
|
17
17
|
current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug
|
18
18
|
make "DESTDIR=" install
|
19
|
-
/usr/bin/install -c -m 0755 byebug.so ./.gem.
|
19
|
+
/usr/bin/install -c -m 0755 byebug.so ./.gem.20230717-4400-1nkb8fr/byebug
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c
|
2
|
-
/usr/bin/ruby2.5 -r ./
|
2
|
+
/usr/bin/ruby2.5 -r ./siteconf20230717-4400-k6hg7q.rb extconf.rb
|
3
3
|
/usr/lib/ruby/2.5.0/mkmf.rb:1554: warning: Insecure world writable dir /go/bin in PATH, mode 040777
|
4
4
|
checking for ffi_prep_closure_loc() in -lffi... yes
|
5
5
|
checking for ffi_prep_cif_var()... yes
|
@@ -41,4 +41,4 @@ linking shared-object ffi_c.so
|
|
41
41
|
|
42
42
|
current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c
|
43
43
|
make "DESTDIR=" install
|
44
|
-
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.
|
44
|
+
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.20230717-4400-1g05lfp
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
|
2
|
-
/usr/bin/ruby2.5 -r ./
|
2
|
+
/usr/bin/ruby2.5 -r ./siteconf20230717-4400-kihcd.rb extconf.rb
|
3
3
|
creating Makefile
|
4
4
|
|
5
5
|
current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
|
@@ -35,4 +35,4 @@ linking shared-object jaro_winkler/jaro_winkler_ext.so
|
|
35
35
|
|
36
36
|
current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
|
37
37
|
make "DESTDIR=" install
|
38
|
-
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.
|
38
|
+
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20230717-4400-1rqbijz/jaro_winkler
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/psych-4.0.6/ext/psych
|
2
|
-
/usr/bin/ruby2.5 -r ./
|
2
|
+
/usr/bin/ruby2.5 -r ./siteconf20230717-4400-10jm82v.rb extconf.rb
|
3
3
|
checking for yaml.h... no
|
4
4
|
checking for _WIN32... no
|
5
5
|
checking for dlfcn.h... yes
|
@@ -38,4 +38,4 @@ linking shared-object psych.so
|
|
38
38
|
|
39
39
|
current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/psych-4.0.6/ext/psych
|
40
40
|
make "DESTDIR=" install
|
41
|
-
/usr/bin/install -c -m 0755 psych.so ./.gem.
|
41
|
+
/usr/bin/install -c -m 0755 psych.so ./.gem.20230717-4400-oifrp2
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/racc-1.7.1/ext/racc/cparse
|
2
|
-
/usr/bin/ruby2.5 -r ./
|
2
|
+
/usr/bin/ruby2.5 -r ./siteconf20230717-4400-7qlc1t.rb extconf.rb
|
3
3
|
checking for rb_block_call()... yes
|
4
4
|
checking for rb_ary_subseq()... yes
|
5
5
|
creating Makefile
|
@@ -14,4 +14,4 @@ linking shared-object racc/cparse.so
|
|
14
14
|
|
15
15
|
current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/racc-1.7.1/ext/racc/cparse
|
16
16
|
make "DESTDIR=" install
|
17
|
-
/usr/bin/install -c -m 0755 cparse.so ./.gem.
|
17
|
+
/usr/bin/install -c -m 0755 cparse.so ./.gem.20230717-4400-yoy5ax/racc
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.6/ext/stringio
|
2
|
-
/usr/bin/ruby2.5 -r ./
|
2
|
+
/usr/bin/ruby2.5 -r ./siteconf20230717-4400-brc630.rb extconf.rb
|
3
3
|
checking for rb_io_extract_modeenc() in ruby/io.h... no
|
4
4
|
creating Makefile
|
5
5
|
|
@@ -13,4 +13,4 @@ linking shared-object stringio.so
|
|
13
13
|
|
14
14
|
current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.6/ext/stringio
|
15
15
|
make "DESTDIR=" install
|
16
|
-
/usr/bin/install -c -m 0755 stringio.so ./.gem.
|
16
|
+
/usr/bin/install -c -m 0755 stringio.so ./.gem.20230717-4400-1mafxov
|
@@ -39,7 +39,7 @@ checked program was:
|
|
39
39
|
/* end */
|
40
40
|
|
41
41
|
"gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-2.5.0 -I/usr/include/ruby-2.5.0/ruby/backward -I/usr/include/ruby-2.5.0 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/build/ruby2.5-F4mxqA/ruby2.5-2.5.5=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -Wl,-z,now -fstack-protector -rdynamic -Wl,-export-dynamic -lruby-2.5 -lpthread -lgmp -ldl -lcrypt -lm -lc"
|
42
|
-
/usr/bin/ld: /tmp/
|
42
|
+
/usr/bin/ld: /tmp/ccrgLllj.o: in function `t':
|
43
43
|
/sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.6/ext/stringio/conftest.c:16: undefined reference to `rb_io_extract_modeenc'
|
44
44
|
collect2: error: ld returned 1 exit status
|
45
45
|
checked program was:
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20230717-4400-1nkb8fr
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20230717-4400-1nkb8fr
|
36
36
|
sitedir = $(DESTDIR)/usr/local/lib/site_ruby
|
37
37
|
rubyarchdir = $(rubyarchprefix)/$(ruby_version)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20230717-4400-1g05lfp
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20230717-4400-1g05lfp
|
36
36
|
sitedir = $(DESTDIR)/usr/local/lib/site_ruby
|
37
37
|
rubyarchdir = $(rubyarchprefix)/$(ruby_version)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20230717-4400-1rqbijz
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20230717-4400-1rqbijz
|
36
36
|
sitedir = $(DESTDIR)/usr/local/lib/site_ruby
|
37
37
|
rubyarchdir = $(rubyarchprefix)/$(ruby_version)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20230717-4400-oifrp2
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20230717-4400-oifrp2
|
36
36
|
sitedir = $(DESTDIR)/usr/local/lib/site_ruby
|
37
37
|
rubyarchdir = $(rubyarchprefix)/$(ruby_version)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20230717-4400-yoy5ax
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20230717-4400-yoy5ax
|
36
36
|
sitedir = $(DESTDIR)/usr/local/lib/site_ruby
|
37
37
|
rubyarchdir = $(rubyarchprefix)/$(ruby_version)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20230717-4400-1mafxov
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20230717-4400-1mafxov
|
36
36
|
sitedir = $(DESTDIR)/usr/local/lib/site_ruby
|
37
37
|
rubyarchdir = $(rubyarchprefix)/$(ruby_version)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ory-oathkeeper-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.40.
|
4
|
+
version: 0.40.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ORY GmbH
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|