ory-oathkeeper-client 0.40.5 → 0.40.6
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/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: a3eff32d13c476bc3c675f25ef81ecaba422357dba3417e92bc1f733ce514213
|
|
4
|
+
data.tar.gz: 8880c3f0cdef127db99232f5cfae8e415a3719edb35ad0e438abf80978543463
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32585731935b6dd80c8ebc1a9a8838e510235d6b70ad0fc69051a2edf3a20b05000a1f832b9113cc1fe6a1b95bb6887cd6841e8b7edcc85f0630641db9afb7a6
|
|
7
|
+
data.tar.gz: a354c12fa0cd8d2ce05cd7060ef07636df327db7b8a54dc6f54615735142eefed9ac165bde210d3f75907337135fb55e7aeeea48d654d2d830bfdd809bc7e9b1
|
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.6
|
|
10
|
+
- Package version: v0.40.6
|
|
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.6.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.6.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.6'
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6'
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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.6
|
|
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 ./siteconf20230718-4441-1c6e7nr.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.20230718-4441-l29qvj/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 ./siteconf20230718-4441-17yo6rz.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.20230718-4441-n3t5p7
|
|
@@ -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 ./siteconf20230718-4441-istns0.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.20230718-4441-u13f6n/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 ./siteconf20230718-4441-1r0iytv.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.20230718-4441-1k5ds4d
|
|
@@ -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 ./siteconf20230718-4441-1hq4fd3.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.20230718-4441-vcl4fm/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 ./siteconf20230718-4441-92i0fr.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.20230718-4441-1j7zzl2
|
|
@@ -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/cc9QVAxF.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.20230718-4441-l29qvj
|
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20230718-4441-l29qvj
|
|
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.20230718-4441-n3t5p7
|
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20230718-4441-n3t5p7
|
|
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.20230718-4441-u13f6n
|
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20230718-4441-u13f6n
|
|
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.20230718-4441-1k5ds4d
|
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20230718-4441-1k5ds4d
|
|
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.20230718-4441-vcl4fm
|
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20230718-4441-vcl4fm
|
|
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.20230718-4441-1j7zzl2
|
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20230718-4441-1j7zzl2
|
|
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.6
|
|
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-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|