ory-oathkeeper-client 0.35.0.alpha1 → 0.37.0.beta1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -13
- data/docs/JsonWebKey.md +12 -12
- data/lib/ory-oathkeeper-client.rb +1 -10
- 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/decisions_forbidden_body.rb +2 -2
- data/lib/ory-oathkeeper-client/models/decisions_internal_server_error_body.rb +2 -2
- data/lib/ory-oathkeeper-client/models/decisions_not_found_body.rb +2 -2
- data/lib/ory-oathkeeper-client/models/decisions_unauthorized_body.rb +2 -2
- data/lib/ory-oathkeeper-client/models/get_rule_internal_server_error_body.rb +2 -2
- data/lib/ory-oathkeeper-client/models/get_rule_not_found_body.rb +2 -2
- data/lib/ory-oathkeeper-client/models/get_well_known_json_web_keys_internal_server_error_body.rb +2 -2
- data/lib/ory-oathkeeper-client/models/health_not_ready_status.rb +1 -2
- data/lib/ory-oathkeeper-client/models/health_status.rb +1 -1
- data/lib/ory-oathkeeper-client/models/inline_response500.rb +1 -1
- data/lib/ory-oathkeeper-client/models/is_instance_alive_internal_server_error_body.rb +2 -2
- data/lib/ory-oathkeeper-client/models/json_web_key.rb +1 -14
- data/lib/ory-oathkeeper-client/models/json_web_key_set.rb +1 -1
- data/lib/ory-oathkeeper-client/models/list_rules_internal_server_error_body.rb +2 -2
- data/lib/ory-oathkeeper-client/models/rule.rb +1 -1
- data/lib/ory-oathkeeper-client/models/rule_handler.rb +1 -2
- data/lib/ory-oathkeeper-client/models/rule_match.rb +1 -2
- data/lib/ory-oathkeeper-client/models/upstream.rb +1 -2
- data/lib/ory-oathkeeper-client/models/version.rb +1 -2
- data/lib/ory-oathkeeper-client/version.rb +2 -2
- data/ory-oathkeeper-client.gemspec +1 -1
- data/spec/api/health_api_spec.rb +2 -2
- data/spec/api/version_api_spec.rb +2 -2
- metadata +78 -78
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91e2a3abf2fecb18ce0e8f33fd5f611d58f8ce9e20a06b45e0d3a482faf5a39a
|
4
|
+
data.tar.gz: 9348ec082245ba2536a78c0bb956f967d39c423c6cc77ec88a31744b10c06bbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6dbfd60d1a4c42ddfaed38bdb1ba88c44a2eb30639ed681e20624ae434f785ae8a6d3020effdd886e8d834fa663a6d68889121d375ce598cc3fd8c41a488cd5
|
7
|
+
data.tar.gz: 402fe829bcebc41e43306140377b182ec9b23550af13057ac1633a5bfea8199a77344708cbba7f20caa45637e332aad0be230c465df46614b41e9e383cda7e9d
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validit
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: Latest
|
10
|
-
- Package version: v0.
|
10
|
+
- Package version: v0.37.0-beta.1
|
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.
|
27
|
+
gem install ./ory-oathkeeper-client-v0.37.0-beta.1.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./ory-oathkeeper-client-v0.
|
30
|
+
(for development, run `gem install --dev ./ory-oathkeeper-client-v0.37.0-beta.1.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.
|
36
|
+
gem 'ory-oathkeeper-client', '~> v0.37.0-beta.1'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -85,20 +85,11 @@ Class | Method | HTTP request | Description
|
|
85
85
|
|
86
86
|
## Documentation for Models
|
87
87
|
|
88
|
-
- [OryHydraClient::DecisionsForbiddenBody](docs/DecisionsForbiddenBody.md)
|
89
|
-
- [OryHydraClient::DecisionsInternalServerErrorBody](docs/DecisionsInternalServerErrorBody.md)
|
90
|
-
- [OryHydraClient::DecisionsNotFoundBody](docs/DecisionsNotFoundBody.md)
|
91
|
-
- [OryHydraClient::DecisionsUnauthorizedBody](docs/DecisionsUnauthorizedBody.md)
|
92
|
-
- [OryHydraClient::GetRuleInternalServerErrorBody](docs/GetRuleInternalServerErrorBody.md)
|
93
|
-
- [OryHydraClient::GetRuleNotFoundBody](docs/GetRuleNotFoundBody.md)
|
94
|
-
- [OryHydraClient::GetWellKnownJSONWebKeysInternalServerErrorBody](docs/GetWellKnownJSONWebKeysInternalServerErrorBody.md)
|
95
88
|
- [OryHydraClient::HealthNotReadyStatus](docs/HealthNotReadyStatus.md)
|
96
89
|
- [OryHydraClient::HealthStatus](docs/HealthStatus.md)
|
97
90
|
- [OryHydraClient::InlineResponse500](docs/InlineResponse500.md)
|
98
|
-
- [OryHydraClient::IsInstanceAliveInternalServerErrorBody](docs/IsInstanceAliveInternalServerErrorBody.md)
|
99
91
|
- [OryHydraClient::JsonWebKey](docs/JsonWebKey.md)
|
100
92
|
- [OryHydraClient::JsonWebKeySet](docs/JsonWebKeySet.md)
|
101
|
-
- [OryHydraClient::ListRulesInternalServerErrorBody](docs/ListRulesInternalServerErrorBody.md)
|
102
93
|
- [OryHydraClient::Rule](docs/Rule.md)
|
103
94
|
- [OryHydraClient::RuleHandler](docs/RuleHandler.md)
|
104
95
|
- [OryHydraClient::RuleMatch](docs/RuleMatch.md)
|
data/docs/JsonWebKey.md
CHANGED
@@ -5,22 +5,22 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**alg** | **String** | The \"alg\" (algorithm) parameter identifies the algorithm intended for use with the key. The values used should either be registered in the IANA \"JSON Web Signature and Encryption Algorithms\" registry established by [JWA] or be a value that contains a Collision- Resistant Name. | [optional]
|
8
|
-
**crv** | **String** |
|
9
|
-
**d** | **String** |
|
10
|
-
**dp** | **String** |
|
11
|
-
**dq** | **String** |
|
12
|
-
**e** | **String** |
|
13
|
-
**k** | **String** |
|
8
|
+
**crv** | **String** | | [optional]
|
9
|
+
**d** | **String** | | [optional]
|
10
|
+
**dp** | **String** | | [optional]
|
11
|
+
**dq** | **String** | | [optional]
|
12
|
+
**e** | **String** | | [optional]
|
13
|
+
**k** | **String** | | [optional]
|
14
14
|
**kid** | **String** | The \"kid\" (key ID) parameter is used to match a specific key. This is used, for instance, to choose among a set of keys within a JWK Set during key rollover. The structure of the \"kid\" value is unspecified. When \"kid\" values are used within a JWK Set, different keys within the JWK Set SHOULD use distinct \"kid\" values. (One example in which different keys might use the same \"kid\" value is if they have different \"kty\" (key type) values but are considered to be equivalent alternatives by the application using them.) The \"kid\" value is a case-sensitive string. | [optional]
|
15
15
|
**kty** | **String** | The \"kty\" (key type) parameter identifies the cryptographic algorithm family used with the key, such as \"RSA\" or \"EC\". \"kty\" values should either be registered in the IANA \"JSON Web Key Types\" registry established by [JWA] or be a value that contains a Collision- Resistant Name. The \"kty\" value is a case-sensitive string. | [optional]
|
16
|
-
**n** | **String** |
|
17
|
-
**p** | **String** |
|
18
|
-
**q** | **String** |
|
19
|
-
**qi** | **String** |
|
16
|
+
**n** | **String** | | [optional]
|
17
|
+
**p** | **String** | | [optional]
|
18
|
+
**q** | **String** | | [optional]
|
19
|
+
**qi** | **String** | | [optional]
|
20
20
|
**use** | **String** | The \"use\" (public key use) parameter identifies the intended use of the public key. The \"use\" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Values are commonly \"sig\" (signature) or \"enc\" (encryption). | [optional]
|
21
|
-
**x** | **String** |
|
21
|
+
**x** | **String** | | [optional]
|
22
22
|
**x5c** | **Array<String>** | The \"x5c\" (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates [RFC5280]. The certificate chain is represented as a JSON array of certificate value strings. Each string in the array is a base64-encoded (Section 4 of [RFC4648] -- not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value. The PKIX certificate containing the key value MUST be the first certificate. | [optional]
|
23
|
-
**y** | **String** |
|
23
|
+
**y** | **String** | | [optional]
|
24
24
|
|
25
25
|
## Code Sample
|
26
26
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: Latest
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -17,20 +17,11 @@ require 'ory-oathkeeper-client/version'
|
|
17
17
|
require 'ory-oathkeeper-client/configuration'
|
18
18
|
|
19
19
|
# Models
|
20
|
-
require 'ory-oathkeeper-client/models/decisions_forbidden_body'
|
21
|
-
require 'ory-oathkeeper-client/models/decisions_internal_server_error_body'
|
22
|
-
require 'ory-oathkeeper-client/models/decisions_not_found_body'
|
23
|
-
require 'ory-oathkeeper-client/models/decisions_unauthorized_body'
|
24
|
-
require 'ory-oathkeeper-client/models/get_rule_internal_server_error_body'
|
25
|
-
require 'ory-oathkeeper-client/models/get_rule_not_found_body'
|
26
|
-
require 'ory-oathkeeper-client/models/get_well_known_json_web_keys_internal_server_error_body'
|
27
20
|
require 'ory-oathkeeper-client/models/health_not_ready_status'
|
28
21
|
require 'ory-oathkeeper-client/models/health_status'
|
29
22
|
require 'ory-oathkeeper-client/models/inline_response500'
|
30
|
-
require 'ory-oathkeeper-client/models/is_instance_alive_internal_server_error_body'
|
31
23
|
require 'ory-oathkeeper-client/models/json_web_key'
|
32
24
|
require 'ory-oathkeeper-client/models/json_web_key_set'
|
33
|
-
require 'ory-oathkeeper-client/models/list_rules_internal_server_error_body'
|
34
25
|
require 'ory-oathkeeper-client/models/rule'
|
35
26
|
require 'ory-oathkeeper-client/models/rule_handler'
|
36
27
|
require 'ory-oathkeeper-client/models/rule_match'
|
@@ -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:
|
6
|
+
The version of the OpenAPI document: v0.0.0-alpha.37
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.2
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module OryHydraClient
|
16
|
-
# DecisionsForbiddenBody decisions forbidden body
|
16
|
+
# DecisionsForbiddenBody DecisionsForbiddenBody decisions forbidden body
|
17
17
|
class DecisionsForbiddenBody
|
18
18
|
# code
|
19
19
|
attr_accessor :code
|
@@ -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:
|
6
|
+
The version of the OpenAPI document: v0.0.0-alpha.37
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.2
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module OryHydraClient
|
16
|
-
# DecisionsInternalServerErrorBody decisions internal server error body
|
16
|
+
# DecisionsInternalServerErrorBody DecisionsInternalServerErrorBody decisions internal server error body
|
17
17
|
class DecisionsInternalServerErrorBody
|
18
18
|
# code
|
19
19
|
attr_accessor :code
|
@@ -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:
|
6
|
+
The version of the OpenAPI document: v0.0.0-alpha.37
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.2
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module OryHydraClient
|
16
|
-
# DecisionsNotFoundBody decisions not found body
|
16
|
+
# DecisionsNotFoundBody DecisionsNotFoundBody decisions not found body
|
17
17
|
class DecisionsNotFoundBody
|
18
18
|
# code
|
19
19
|
attr_accessor :code
|
@@ -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:
|
6
|
+
The version of the OpenAPI document: v0.0.0-alpha.37
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.2
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module OryHydraClient
|
16
|
-
# DecisionsUnauthorizedBody decisions unauthorized body
|
16
|
+
# DecisionsUnauthorizedBody DecisionsUnauthorizedBody decisions unauthorized body
|
17
17
|
class DecisionsUnauthorizedBody
|
18
18
|
# code
|
19
19
|
attr_accessor :code
|
@@ -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:
|
6
|
+
The version of the OpenAPI document: v0.0.0-alpha.37
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.2
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module OryHydraClient
|
16
|
-
# GetRuleInternalServerErrorBody get rule internal server error body
|
16
|
+
# GetRuleInternalServerErrorBody GetRuleInternalServerErrorBody get rule internal server error body
|
17
17
|
class GetRuleInternalServerErrorBody
|
18
18
|
# code
|
19
19
|
attr_accessor :code
|
@@ -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:
|
6
|
+
The version of the OpenAPI document: v0.0.0-alpha.37
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.2
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module OryHydraClient
|
16
|
-
# GetRuleNotFoundBody get rule not found body
|
16
|
+
# GetRuleNotFoundBody GetRuleNotFoundBody get rule not found body
|
17
17
|
class GetRuleNotFoundBody
|
18
18
|
# code
|
19
19
|
attr_accessor :code
|
data/lib/ory-oathkeeper-client/models/get_well_known_json_web_keys_internal_server_error_body.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:
|
6
|
+
The version of the OpenAPI document: v0.0.0-alpha.37
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.2
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module OryHydraClient
|
16
|
-
# GetWellKnownJSONWebKeysInternalServerErrorBody get well known JSON web keys internal server error body
|
16
|
+
# GetWellKnownJSONWebKeysInternalServerErrorBody GetWellKnownJSONWebKeysInternalServerErrorBody get well known JSON web keys internal server error body
|
17
17
|
class GetWellKnownJSONWebKeysInternalServerErrorBody
|
18
18
|
# code
|
19
19
|
attr_accessor :code
|
@@ -6,14 +6,13 @@
|
|
6
6
|
The version of the OpenAPI document: Latest
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module OryHydraClient
|
16
|
-
# HealthNotReadyStatus health not ready status
|
17
16
|
class HealthNotReadyStatus
|
18
17
|
# Errors contains a list of errors that caused the not ready status.
|
19
18
|
attr_accessor :errors
|
@@ -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:
|
6
|
+
The version of the OpenAPI document: v0.0.0-alpha.37
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.2
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module OryHydraClient
|
16
|
-
# IsInstanceAliveInternalServerErrorBody is instance alive internal server error body
|
16
|
+
# IsInstanceAliveInternalServerErrorBody IsInstanceAliveInternalServerErrorBody is instance alive internal server error body
|
17
17
|
class IsInstanceAliveInternalServerErrorBody
|
18
18
|
# code
|
19
19
|
attr_accessor :code
|
@@ -6,34 +6,27 @@
|
|
6
6
|
The version of the OpenAPI document: Latest
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module OryHydraClient
|
16
|
-
# JSONWebKey json web key
|
17
16
|
class JsonWebKey
|
18
17
|
# The \"alg\" (algorithm) parameter identifies the algorithm intended for use with the key. The values used should either be registered in the IANA \"JSON Web Signature and Encryption Algorithms\" registry established by [JWA] or be a value that contains a Collision- Resistant Name.
|
19
18
|
attr_accessor :alg
|
20
19
|
|
21
|
-
# crv
|
22
20
|
attr_accessor :crv
|
23
21
|
|
24
|
-
# d
|
25
22
|
attr_accessor :d
|
26
23
|
|
27
|
-
# dp
|
28
24
|
attr_accessor :dp
|
29
25
|
|
30
|
-
# dq
|
31
26
|
attr_accessor :dq
|
32
27
|
|
33
|
-
# e
|
34
28
|
attr_accessor :e
|
35
29
|
|
36
|
-
# k
|
37
30
|
attr_accessor :k
|
38
31
|
|
39
32
|
# The \"kid\" (key ID) parameter is used to match a specific key. This is used, for instance, to choose among a set of keys within a JWK Set during key rollover. The structure of the \"kid\" value is unspecified. When \"kid\" values are used within a JWK Set, different keys within the JWK Set SHOULD use distinct \"kid\" values. (One example in which different keys might use the same \"kid\" value is if they have different \"kty\" (key type) values but are considered to be equivalent alternatives by the application using them.) The \"kid\" value is a case-sensitive string.
|
@@ -42,28 +35,22 @@ module OryHydraClient
|
|
42
35
|
# The \"kty\" (key type) parameter identifies the cryptographic algorithm family used with the key, such as \"RSA\" or \"EC\". \"kty\" values should either be registered in the IANA \"JSON Web Key Types\" registry established by [JWA] or be a value that contains a Collision- Resistant Name. The \"kty\" value is a case-sensitive string.
|
43
36
|
attr_accessor :kty
|
44
37
|
|
45
|
-
# n
|
46
38
|
attr_accessor :n
|
47
39
|
|
48
|
-
# p
|
49
40
|
attr_accessor :p
|
50
41
|
|
51
|
-
# q
|
52
42
|
attr_accessor :q
|
53
43
|
|
54
|
-
# qi
|
55
44
|
attr_accessor :qi
|
56
45
|
|
57
46
|
# The \"use\" (public key use) parameter identifies the intended use of the public key. The \"use\" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Values are commonly \"sig\" (signature) or \"enc\" (encryption).
|
58
47
|
attr_accessor :use
|
59
48
|
|
60
|
-
# x
|
61
49
|
attr_accessor :x
|
62
50
|
|
63
51
|
# The \"x5c\" (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates [RFC5280]. The certificate chain is represented as a JSON array of certificate value strings. Each string in the array is a base64-encoded (Section 4 of [RFC4648] -- not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value. The PKIX certificate containing the key value MUST be the first certificate.
|
64
52
|
attr_accessor :x5c
|
65
53
|
|
66
|
-
# y
|
67
54
|
attr_accessor :y
|
68
55
|
|
69
56
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -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:
|
6
|
+
The version of the OpenAPI document: v0.0.0-alpha.37
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.2
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module OryHydraClient
|
16
|
-
# ListRulesInternalServerErrorBody list rules internal server error body
|
16
|
+
# ListRulesInternalServerErrorBody ListRulesInternalServerErrorBody list rules internal server error body
|
17
17
|
class ListRulesInternalServerErrorBody
|
18
18
|
# code
|
19
19
|
attr_accessor :code
|
@@ -6,14 +6,13 @@
|
|
6
6
|
The version of the OpenAPI document: Latest
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module OryHydraClient
|
16
|
-
# RuleHandler rule handler
|
17
16
|
class RuleHandler
|
18
17
|
# Config contains the configuration for the handler. Please read the user guide for a complete list of each handler's available settings.
|
19
18
|
attr_accessor :config
|
@@ -6,14 +6,13 @@
|
|
6
6
|
The version of the OpenAPI document: Latest
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module OryHydraClient
|
16
|
-
# RuleMatch rule match
|
17
16
|
class RuleMatch
|
18
17
|
# An array of HTTP methods (e.g. GET, POST, PUT, DELETE, ...). When ORY Oathkeeper searches for rules to decide what to do with an incoming request to the proxy server, it compares the HTTP method of the incoming request with the HTTP methods of each rules. If a match is found, the rule is considered a partial match. If the matchesUrl field is satisfied as well, the rule is considered a full match.
|
19
18
|
attr_accessor :methods
|
@@ -6,14 +6,13 @@
|
|
6
6
|
The version of the OpenAPI document: Latest
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module OryHydraClient
|
16
|
-
# Upstream Upstream Upstream Upstream Upstream upstream
|
17
16
|
class Upstream
|
18
17
|
# PreserveHost, if false (the default), tells ORY Oathkeeper to set the upstream request's Host header to the hostname of the API's upstream's URL. Setting this flag to true instructs ORY Oathkeeper not to do so.
|
19
18
|
attr_accessor :preserve_host
|
@@ -6,14 +6,13 @@
|
|
6
6
|
The version of the OpenAPI document: Latest
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module OryHydraClient
|
16
|
-
# Version Version Version version
|
17
16
|
class Version
|
18
17
|
# Version is the service's version.
|
19
18
|
attr_accessor :version
|
@@ -6,10 +6,10 @@
|
|
6
6
|
The version of the OpenAPI document: Latest
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
module OryHydraClient
|
14
|
-
VERSION = '0.
|
14
|
+
VERSION = '0.37.0.beta1'
|
15
15
|
end
|
data/spec/api/health_api_spec.rb
CHANGED
@@ -3,10 +3,10 @@
|
|
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:
|
6
|
+
The version of the OpenAPI document: v0.36.0-beta.3
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
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:
|
6
|
+
The version of the OpenAPI document: v0.36.0-beta.3
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
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.
|
4
|
+
version: 0.37.0.beta1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ORY GmbH
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-04-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -403,95 +403,95 @@ test_files:
|
|
403
403
|
- spec/api/version_api_spec.rb
|
404
404
|
- spec/api_client_spec.rb
|
405
405
|
- spec/configuration_spec.rb
|
406
|
-
- spec/models/
|
407
|
-
- spec/models/
|
408
|
-
- spec/models/
|
409
|
-
- spec/models/
|
410
|
-
- spec/models/
|
411
|
-
- spec/models/
|
412
|
-
- spec/models/
|
413
|
-
- spec/models/
|
406
|
+
- spec/models/judge_not_found_spec.rb
|
407
|
+
- spec/models/get_well_known_json_web_keys_internal_server_error_body_spec.rb
|
408
|
+
- spec/models/judge_internal_server_error_spec.rb
|
409
|
+
- spec/models/get_rule_unauthorized_spec.rb
|
410
|
+
- spec/models/decisions_forbidden_spec.rb
|
411
|
+
- spec/models/swagger_update_rule_parameters_spec.rb
|
412
|
+
- spec/models/update_rule_not_found_spec.rb
|
413
|
+
- spec/models/update_rule_internal_server_error_body_spec.rb
|
414
|
+
- spec/models/judge_unauthorized_body_spec.rb
|
414
415
|
- spec/models/get_well_known_json_web_keys_internal_server_error_spec.rb
|
415
|
-
- spec/models/
|
416
|
+
- spec/models/delete_rule_forbidden_spec.rb
|
417
|
+
- spec/models/create_rule_unauthorized_spec.rb
|
418
|
+
- spec/models/get_rule_unauthorized_body_spec.rb
|
419
|
+
- spec/models/decisions_unauthorized_body_spec.rb
|
420
|
+
- spec/models/get_rule_forbidden_spec.rb
|
416
421
|
- spec/models/create_rule_unauthorized_body_spec.rb
|
417
|
-
- spec/models/get_rule_unauthorized_spec.rb
|
418
|
-
- spec/models/upstream_spec.rb
|
419
|
-
- spec/models/decisions_not_found_spec.rb
|
420
|
-
- spec/models/create_rule_internal_server_error_body_spec.rb
|
421
|
-
- spec/models/get_well_known_json_web_keys_internal_server_error_body_spec.rb
|
422
|
-
- spec/models/swagger_create_rule_parameters_spec.rb
|
423
|
-
- spec/models/get_rule_not_found_body_spec.rb
|
424
|
-
- spec/models/update_rule_unauthorized_spec.rb
|
425
422
|
- spec/models/is_instance_alive_internal_server_error_body_spec.rb
|
426
|
-
- spec/models/
|
427
|
-
- spec/models/
|
428
|
-
- spec/models/
|
429
|
-
- spec/models/
|
430
|
-
- spec/models/
|
431
|
-
- spec/models/
|
432
|
-
- spec/models/
|
433
|
-
- spec/models/create_rule_created_spec.rb
|
434
|
-
- spec/models/judge_not_found_spec.rb
|
423
|
+
- spec/models/delete_rule_internal_server_error_spec.rb
|
424
|
+
- spec/models/update_rule_internal_server_error_spec.rb
|
425
|
+
- spec/models/get_well_known_unauthorized_body_spec.rb
|
426
|
+
- spec/models/rule_handler_spec.rb
|
427
|
+
- spec/models/create_rule_internal_server_error_body_spec.rb
|
428
|
+
- spec/models/decisions_not_found_spec.rb
|
429
|
+
- spec/models/delete_rule_unauthorized_body_spec.rb
|
435
430
|
- spec/models/update_rule_not_found_body_spec.rb
|
436
|
-
- spec/models/
|
437
|
-
- spec/models/
|
431
|
+
- spec/models/judge_internal_server_error_body_spec.rb
|
432
|
+
- spec/models/create_rule_created_spec.rb
|
433
|
+
- spec/models/swagger_rule_response_spec.rb
|
434
|
+
- spec/models/get_rule_not_found_spec.rb
|
438
435
|
- spec/models/get_rule_ok_spec.rb
|
439
|
-
- spec/models/
|
440
|
-
- spec/models/decisions_unauthorized_body_spec.rb
|
436
|
+
- spec/models/rule_spec.rb
|
441
437
|
- spec/models/delete_rule_internal_server_error_body_spec.rb
|
442
|
-
- spec/models/
|
438
|
+
- spec/models/list_rules_unauthorized_spec.rb
|
439
|
+
- spec/models/decisions_forbidden_body_spec.rb
|
440
|
+
- spec/models/decisions_not_found_body_spec.rb
|
441
|
+
- spec/models/swagger_version_spec.rb
|
442
|
+
- spec/models/update_rule_forbidden_spec.rb
|
443
|
+
- spec/models/judge_not_found_body_spec.rb
|
444
|
+
- spec/models/list_rules_unauthorized_body_spec.rb
|
445
|
+
- spec/models/swagger_list_rules_parameters_spec.rb
|
446
|
+
- spec/models/list_rules_forbidden_body_spec.rb
|
447
|
+
- spec/models/delete_rule_unauthorized_spec.rb
|
448
|
+
- spec/models/judge_forbidden_body_spec.rb
|
449
|
+
- spec/models/is_instance_alive_internal_server_error_spec.rb
|
450
|
+
- spec/models/get_well_known_unauthorized_spec.rb
|
451
|
+
- spec/models/json_web_key_set_spec.rb
|
452
|
+
- spec/models/list_rules_internal_server_error_body_spec.rb
|
453
|
+
- spec/models/judge_forbidden_spec.rb
|
454
|
+
- spec/models/get_rule_forbidden_body_spec.rb
|
443
455
|
- spec/models/inline_response500_spec.rb
|
456
|
+
- spec/models/get_well_known_json_web_keys_ok_spec.rb
|
457
|
+
- spec/models/get_rule_not_found_body_spec.rb
|
458
|
+
- spec/models/swagger_not_ready_status_spec.rb
|
459
|
+
- spec/models/update_rule_ok_spec.rb
|
460
|
+
- spec/models/update_rule_forbidden_body_spec.rb
|
444
461
|
- spec/models/health_status_spec.rb
|
445
462
|
- spec/models/swagger_rule_spec.rb
|
446
|
-
- spec/models/
|
447
|
-
- spec/models/
|
448
|
-
- spec/models/
|
449
|
-
- spec/models/
|
450
|
-
- spec/models/
|
451
|
-
- spec/models/
|
463
|
+
- spec/models/upstream_spec.rb
|
464
|
+
- spec/models/list_rules_internal_server_error_spec.rb
|
465
|
+
- spec/models/swagger_rule_match_spec.rb
|
466
|
+
- spec/models/get_well_known_forbidden_body_spec.rb
|
467
|
+
- spec/models/delete_rule_forbidden_body_spec.rb
|
468
|
+
- spec/models/decisions_internal_server_error_body_spec.rb
|
469
|
+
- spec/models/json_web_key_spec.rb
|
470
|
+
- spec/models/delete_rule_not_found_body_spec.rb
|
471
|
+
- spec/models/swagger_health_status_spec.rb
|
472
|
+
- spec/models/swagger_rules_response_spec.rb
|
473
|
+
- spec/models/create_rule_forbidden_spec.rb
|
452
474
|
- spec/models/get_well_known_forbidden_spec.rb
|
453
|
-
- spec/models/delete_rule_unauthorized_body_spec.rb
|
454
|
-
- spec/models/delete_rule_internal_server_error_spec.rb
|
455
|
-
- spec/models/judge_not_found_body_spec.rb
|
456
|
-
- spec/models/rule_handler_spec.rb
|
457
475
|
- spec/models/is_instance_alive_ok_spec.rb
|
458
|
-
- spec/models/get_rule_unauthorized_body_spec.rb
|
459
|
-
- spec/models/judge_internal_server_error_spec.rb
|
460
|
-
- spec/models/judge_forbidden_body_spec.rb
|
461
|
-
- spec/models/update_rule_ok_spec.rb
|
462
|
-
- spec/models/delete_rule_forbidden_spec.rb
|
463
|
-
- spec/models/swagger_version_spec.rb
|
464
|
-
- spec/models/decisions_not_found_body_spec.rb
|
465
|
-
- spec/models/list_rules_unauthorized_spec.rb
|
466
|
-
- spec/models/decisions_unauthorized_spec.rb
|
467
|
-
- spec/models/swagger_get_rule_parameters_spec.rb
|
468
|
-
- spec/models/get_well_known_json_web_keys_ok_spec.rb
|
469
|
-
- spec/models/get_rule_forbidden_spec.rb
|
470
|
-
- spec/models/update_rule_forbidden_spec.rb
|
471
476
|
- spec/models/swagger_json_web_key_set_spec.rb
|
472
|
-
- spec/models/
|
473
|
-
- spec/models/
|
474
|
-
- spec/models/swagger_rule_handler_spec.rb
|
475
|
-
- spec/models/create_rule_forbidden_spec.rb
|
476
|
-
- spec/models/decisions_forbidden_spec.rb
|
477
|
-
- spec/models/decisions_forbidden_body_spec.rb
|
478
|
-
- spec/models/json_web_key_spec.rb
|
477
|
+
- spec/models/list_rules_ok_spec.rb
|
478
|
+
- spec/models/delete_rule_not_found_spec.rb
|
479
479
|
- spec/models/decisions_internal_server_error_spec.rb
|
480
|
-
- spec/models/
|
481
|
-
- spec/models/
|
482
|
-
- spec/models/
|
480
|
+
- spec/models/rule_match_spec.rb
|
481
|
+
- spec/models/get_rule_internal_server_error_spec.rb
|
482
|
+
- spec/models/swagger_json_web_key_spec.rb
|
483
|
+
- spec/models/swagger_rule_handler_spec.rb
|
484
|
+
- spec/models/get_rule_internal_server_error_body_spec.rb
|
485
|
+
- spec/models/create_rule_forbidden_body_spec.rb
|
486
|
+
- spec/models/update_rule_unauthorized_spec.rb
|
483
487
|
- spec/models/update_rule_unauthorized_body_spec.rb
|
484
|
-
- spec/models/
|
485
|
-
- spec/models/
|
486
|
-
- spec/models/delete_rule_forbidden_body_spec.rb
|
487
|
-
- spec/models/swagger_list_rules_parameters_spec.rb
|
488
|
-
- spec/models/get_rule_forbidden_body_spec.rb
|
489
|
-
- spec/models/get_well_known_unauthorized_body_spec.rb
|
488
|
+
- spec/models/health_not_ready_status_spec.rb
|
489
|
+
- spec/models/swagger_get_rule_parameters_spec.rb
|
490
490
|
- spec/models/get_well_known_ok_spec.rb
|
491
|
-
- spec/models/
|
492
|
-
- spec/models/
|
493
|
-
- spec/models/
|
494
|
-
- spec/models/
|
495
|
-
- spec/models/
|
496
|
-
- spec/models/
|
491
|
+
- spec/models/judge_unauthorized_spec.rb
|
492
|
+
- spec/models/decisions_unauthorized_spec.rb
|
493
|
+
- spec/models/swagger_create_rule_parameters_spec.rb
|
494
|
+
- spec/models/version_spec.rb
|
495
|
+
- spec/models/list_rules_forbidden_spec.rb
|
496
|
+
- spec/models/create_rule_internal_server_error_spec.rb
|
497
497
|
- spec/spec_helper.rb
|