ory-oathkeeper-client 0.35.1.beta1 → 0.37.1.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -13
  3. data/docs/JsonWebKey.md +12 -12
  4. data/lib/ory-oathkeeper-client.rb +1 -10
  5. data/lib/ory-oathkeeper-client/api/api_api.rb +1 -1
  6. data/lib/ory-oathkeeper-client/api/health_api.rb +1 -1
  7. data/lib/ory-oathkeeper-client/api/version_api.rb +1 -1
  8. data/lib/ory-oathkeeper-client/api_client.rb +1 -1
  9. data/lib/ory-oathkeeper-client/api_error.rb +1 -1
  10. data/lib/ory-oathkeeper-client/configuration.rb +1 -1
  11. data/lib/ory-oathkeeper-client/models/decisions_forbidden_body.rb +2 -2
  12. data/lib/ory-oathkeeper-client/models/decisions_internal_server_error_body.rb +2 -2
  13. data/lib/ory-oathkeeper-client/models/decisions_not_found_body.rb +2 -2
  14. data/lib/ory-oathkeeper-client/models/decisions_unauthorized_body.rb +2 -2
  15. data/lib/ory-oathkeeper-client/models/get_rule_internal_server_error_body.rb +2 -2
  16. data/lib/ory-oathkeeper-client/models/get_rule_not_found_body.rb +2 -2
  17. data/lib/ory-oathkeeper-client/models/get_well_known_json_web_keys_internal_server_error_body.rb +2 -2
  18. data/lib/ory-oathkeeper-client/models/health_not_ready_status.rb +1 -1
  19. data/lib/ory-oathkeeper-client/models/health_status.rb +1 -2
  20. data/lib/ory-oathkeeper-client/models/inline_response500.rb +1 -1
  21. data/lib/ory-oathkeeper-client/models/is_instance_alive_internal_server_error_body.rb +2 -2
  22. data/lib/ory-oathkeeper-client/models/json_web_key.rb +1 -13
  23. data/lib/ory-oathkeeper-client/models/json_web_key_set.rb +1 -2
  24. data/lib/ory-oathkeeper-client/models/list_rules_internal_server_error_body.rb +2 -2
  25. data/lib/ory-oathkeeper-client/models/rule.rb +1 -1
  26. data/lib/ory-oathkeeper-client/models/rule_handler.rb +1 -2
  27. data/lib/ory-oathkeeper-client/models/rule_match.rb +1 -2
  28. data/lib/ory-oathkeeper-client/models/upstream.rb +1 -2
  29. data/lib/ory-oathkeeper-client/models/version.rb +1 -2
  30. data/lib/ory-oathkeeper-client/version.rb +2 -2
  31. data/ory-oathkeeper-client.gemspec +1 -1
  32. data/spec/api/health_api_spec.rb +2 -2
  33. data/spec/api/version_api_spec.rb +2 -2
  34. metadata +77 -77
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 903db14643a72a209ea346ef7b0310b50d91bed118f8cd1f173ee8667e0b063a
4
- data.tar.gz: '056327497d8661fd8ff6534f587d89062f4591940f1727f9774b6cf1120b26ac'
3
+ metadata.gz: 68db2c5fadd5448638d46cfeaaa0cfb6bfeec7648c7825edad635fe76834225e
4
+ data.tar.gz: e148a72cfcf5c77be78ae526d7286c2ba542bbf4faab708ae815eaeb83eebed8
5
5
  SHA512:
6
- metadata.gz: 81ab555ccfd455efd0236610c7094ebc59eb48d15cef46b57489ca89acf607a65a9d9825d0caeb10a842bdcecde453156eaefee7a8c3f866bc0900c64f9690ed
7
- data.tar.gz: 9ba1cc0b54466abe29b3b546d97074896bdd2f7e8a7e0f675b4761c1f52db1e3e1799ec6c05ca5bc8625a3d166a4789e27d72b9c54da8e500c2ff69e31bd138c
6
+ metadata.gz: 8d4b5f5cb60e43f8fafa5417bb008efeebb22fd30d5b7a72af74f1f070a59b1414a06661828751ec5c59b7d2970c522a5dfcf58684e88364bea4fc5ccd4e7b6b
7
+ data.tar.gz: d29eb33d95ad00045ab653283ac201e772ebc52b0931a776f58b0eb99dfef7032635b13d3eb59c0df1d080612e48aa3f3fa32292833670ab1ab9d24de2010d33
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.35.1-beta.1
10
+ - Package version: v0.37.1-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.35.1-beta.1.gem
27
+ gem install ./ory-oathkeeper-client-v0.37.1-beta.1.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ory-oathkeeper-client-v0.35.1-beta.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ory-oathkeeper-client-v0.37.1-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.35.1-beta.1'
36
+ gem 'ory-oathkeeper-client', '~> v0.37.1-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)
@@ -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** | crv | [optional]
9
- **d** | **String** | d | [optional]
10
- **dp** | **String** | dp | [optional]
11
- **dq** | **String** | dq | [optional]
12
- **e** | **String** | e | [optional]
13
- **k** | **String** | k | [optional]
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** | n | [optional]
17
- **p** | **String** | p | [optional]
18
- **q** | **String** | q | [optional]
19
- **qi** | **String** | qi | [optional]
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** | x | [optional]
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** | y | [optional]
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.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'
@@ -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.2
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -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.2
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -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.2
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -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.2
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -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.2
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -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.2
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -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: Latest
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: Latest
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: Latest
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: Latest
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: Latest
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: Latest
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
@@ -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: Latest
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,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.2
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -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.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
- # HealthStatus HealthStatus HealthStatus HealthStatus health status
17
16
  class HealthStatus
18
17
  # Status always contains \"ok\".
19
18
  attr_accessor :status
@@ -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.2
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -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: Latest
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,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.2
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -17,22 +17,16 @@ module OryHydraClient
17
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.
18
18
  attr_accessor :alg
19
19
 
20
- # crv
21
20
  attr_accessor :crv
22
21
 
23
- # d
24
22
  attr_accessor :d
25
23
 
26
- # dp
27
24
  attr_accessor :dp
28
25
 
29
- # dq
30
26
  attr_accessor :dq
31
27
 
32
- # e
33
28
  attr_accessor :e
34
29
 
35
- # k
36
30
  attr_accessor :k
37
31
 
38
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.
@@ -41,28 +35,22 @@ module OryHydraClient
41
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.
42
36
  attr_accessor :kty
43
37
 
44
- # n
45
38
  attr_accessor :n
46
39
 
47
- # p
48
40
  attr_accessor :p
49
41
 
50
- # q
51
42
  attr_accessor :q
52
43
 
53
- # qi
54
44
  attr_accessor :qi
55
45
 
56
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).
57
47
  attr_accessor :use
58
48
 
59
- # x
60
49
  attr_accessor :x
61
50
 
62
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.
63
52
  attr_accessor :x5c
64
53
 
65
- # y
66
54
  attr_accessor :y
67
55
 
68
56
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -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.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
- # JSONWebKeySet json web key set
17
16
  class JsonWebKeySet
18
17
  # The value of the \"keys\" parameter is an array of JWK values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired.
19
18
  attr_accessor :keys
@@ -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: Latest
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,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.2
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -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.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.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.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 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.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 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.2
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
13
13
  module OryHydraClient
14
- VERSION = '0.35.1.beta1'
14
+ VERSION = '0.37.1.beta1'
15
15
  end
@@ -8,7 +8,7 @@
8
8
  The version of the OpenAPI document: Latest
9
9
  Contact: hi@ory.am
10
10
  Generated by: https://openapi-generator.tech
11
- OpenAPI Generator version: 4.2.2
11
+ OpenAPI Generator version: 4.2.3
12
12
 
13
13
  =end
14
14
 
@@ -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: Latest
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.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: Latest
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.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.35.1.beta1
4
+ version: 0.37.1.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-01-16 00:00:00.000000000 Z
11
+ date: 2020-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -398,100 +398,100 @@ signing_key:
398
398
  specification_version: 4
399
399
  summary: ORY Oathkeeper Ruby Gem
400
400
  test_files:
401
+ - spec/api/version_api_spec.rb
401
402
  - spec/api/health_api_spec.rb
402
403
  - spec/api/api_api_spec.rb
403
- - spec/api/version_api_spec.rb
404
404
  - spec/api_client_spec.rb
405
405
  - spec/configuration_spec.rb
406
- - spec/models/decisions_unauthorized_body_spec.rb
407
- - spec/models/list_rules_forbidden_body_spec.rb
408
- - spec/models/list_rules_ok_spec.rb
409
- - spec/models/decisions_unauthorized_spec.rb
410
- - spec/models/swagger_json_web_key_spec.rb
411
- - spec/models/update_rule_internal_server_error_body_spec.rb
412
- - spec/models/create_rule_unauthorized_body_spec.rb
413
- - spec/models/get_well_known_forbidden_body_spec.rb
414
- - spec/models/delete_rule_not_found_body_spec.rb
415
- - spec/models/health_status_spec.rb
416
- - spec/models/create_rule_created_spec.rb
417
- - spec/models/swagger_rule_match_spec.rb
406
+ - spec/models/create_rule_unauthorized_spec.rb
407
+ - spec/models/delete_rule_forbidden_body_spec.rb
408
+ - spec/models/get_well_known_forbidden_spec.rb
409
+ - spec/models/decisions_forbidden_body_spec.rb
418
410
  - spec/models/get_rule_unauthorized_body_spec.rb
419
- - spec/models/judge_unauthorized_spec.rb
420
- - spec/models/delete_rule_unauthorized_body_spec.rb
421
- - spec/models/list_rules_forbidden_spec.rb
422
- - spec/models/update_rule_unauthorized_spec.rb
423
- - spec/models/update_rule_internal_server_error_spec.rb
424
- - spec/models/list_rules_unauthorized_body_spec.rb
425
- - spec/models/decisions_forbidden_spec.rb
426
- - spec/models/swagger_rule_handler_spec.rb
427
- - spec/models/upstream_spec.rb
428
- - spec/models/swagger_create_rule_parameters_spec.rb
429
411
  - spec/models/get_rule_unauthorized_spec.rb
412
+ - spec/models/swagger_json_web_key_spec.rb
413
+ - spec/models/decisions_forbidden_spec.rb
414
+ - spec/models/update_rule_unauthorized_body_spec.rb
430
415
  - spec/models/swagger_not_ready_status_spec.rb
431
- - spec/models/judge_forbidden_body_spec.rb
432
- - spec/models/get_rule_forbidden_spec.rb
416
+ - spec/models/update_rule_forbidden_spec.rb
417
+ - spec/models/decisions_unauthorized_spec.rb
418
+ - spec/models/create_rule_forbidden_spec.rb
419
+ - spec/models/delete_rule_unauthorized_body_spec.rb
420
+ - spec/models/list_rules_ok_spec.rb
421
+ - spec/models/delete_rule_not_found_body_spec.rb
433
422
  - spec/models/judge_internal_server_error_spec.rb
434
423
  - spec/models/get_well_known_json_web_keys_internal_server_error_spec.rb
435
- - spec/models/update_rule_not_found_body_spec.rb
436
- - spec/models/decisions_internal_server_error_spec.rb
437
- - spec/models/is_instance_alive_internal_server_error_spec.rb
438
- - spec/models/version_spec.rb
424
+ - spec/models/update_rule_ok_spec.rb
425
+ - spec/models/swagger_list_rules_parameters_spec.rb
439
426
  - spec/models/judge_forbidden_spec.rb
440
- - spec/models/update_rule_forbidden_spec.rb
441
- - spec/models/delete_rule_forbidden_spec.rb
442
- - spec/models/swagger_update_rule_parameters_spec.rb
443
- - spec/models/get_well_known_unauthorized_body_spec.rb
444
- - spec/models/get_well_known_unauthorized_spec.rb
445
- - spec/models/update_rule_not_found_spec.rb
446
- - spec/models/update_rule_forbidden_body_spec.rb
447
427
  - spec/models/swagger_rules_response_spec.rb
448
- - spec/models/delete_rule_unauthorized_spec.rb
449
- - spec/models/get_rule_internal_server_error_body_spec.rb
450
- - spec/models/rule_match_spec.rb
451
- - spec/models/get_rule_not_found_spec.rb
428
+ - spec/models/get_well_known_ok_spec.rb
429
+ - spec/models/upstream_spec.rb
452
430
  - spec/models/swagger_health_status_spec.rb
453
431
  - spec/models/rule_handler_spec.rb
454
- - spec/models/list_rules_unauthorized_spec.rb
432
+ - spec/models/judge_unauthorized_spec.rb
433
+ - spec/models/judge_forbidden_body_spec.rb
434
+ - spec/models/update_rule_not_found_spec.rb
435
+ - spec/models/inline_response500_spec.rb
436
+ - spec/models/health_status_spec.rb
437
+ - spec/models/version_spec.rb
438
+ - spec/models/decisions_internal_server_error_spec.rb
439
+ - spec/models/judge_not_found_spec.rb
440
+ - spec/models/delete_rule_forbidden_spec.rb
441
+ - spec/models/delete_rule_not_found_spec.rb
442
+ - spec/models/update_rule_not_found_body_spec.rb
443
+ - spec/models/delete_rule_unauthorized_spec.rb
444
+ - spec/models/health_not_ready_status_spec.rb
445
+ - spec/models/swagger_rule_match_spec.rb
446
+ - spec/models/get_rule_not_found_body_spec.rb
447
+ - spec/models/get_well_known_json_web_keys_ok_spec.rb
448
+ - spec/models/get_rule_internal_server_error_spec.rb
455
449
  - spec/models/judge_not_found_body_spec.rb
456
- - spec/models/update_rule_unauthorized_body_spec.rb
457
- - spec/models/create_rule_internal_server_error_body_spec.rb
458
- - spec/models/delete_rule_internal_server_error_body_spec.rb
459
- - spec/models/get_well_known_forbidden_spec.rb
460
450
  - spec/models/create_rule_internal_server_error_spec.rb
461
- - spec/models/create_rule_unauthorized_spec.rb
462
- - spec/models/judge_internal_server_error_body_spec.rb
463
- - spec/models/rule_spec.rb
451
+ - spec/models/swagger_update_rule_parameters_spec.rb
452
+ - spec/models/get_well_known_unauthorized_spec.rb
453
+ - spec/models/update_rule_unauthorized_spec.rb
454
+ - spec/models/list_rules_forbidden_spec.rb
455
+ - spec/models/swagger_version_spec.rb
456
+ - spec/models/json_web_key_spec.rb
457
+ - spec/models/get_well_known_json_web_keys_internal_server_error_body_spec.rb
458
+ - spec/models/get_rule_ok_spec.rb
459
+ - spec/models/json_web_key_set_spec.rb
460
+ - spec/models/get_rule_not_found_spec.rb
461
+ - spec/models/decisions_not_found_body_spec.rb
462
+ - spec/models/get_rule_forbidden_spec.rb
463
+ - spec/models/delete_rule_internal_server_error_body_spec.rb
464
+ - spec/models/decisions_not_found_spec.rb
465
+ - spec/models/swagger_create_rule_parameters_spec.rb
466
+ - spec/models/list_rules_internal_server_error_spec.rb
467
+ - spec/models/list_rules_forbidden_body_spec.rb
468
+ - spec/models/delete_rule_internal_server_error_spec.rb
469
+ - spec/models/judge_unauthorized_body_spec.rb
464
470
  - spec/models/decisions_internal_server_error_body_spec.rb
465
- - spec/models/get_rule_not_found_body_spec.rb
466
- - spec/models/judge_not_found_spec.rb
467
- - spec/models/update_rule_ok_spec.rb
471
+ - spec/models/list_rules_internal_server_error_body_spec.rb
472
+ - spec/models/create_rule_created_spec.rb
473
+ - spec/models/swagger_json_web_key_set_spec.rb
474
+ - spec/models/create_rule_forbidden_body_spec.rb
475
+ - spec/models/get_rule_internal_server_error_body_spec.rb
468
476
  - spec/models/get_rule_forbidden_body_spec.rb
469
477
  - spec/models/is_instance_alive_ok_spec.rb
470
- - spec/models/get_well_known_json_web_keys_ok_spec.rb
471
- - spec/models/swagger_get_rule_parameters_spec.rb
472
- - spec/models/list_rules_internal_server_error_body_spec.rb
473
- - spec/models/delete_rule_forbidden_body_spec.rb
474
- - spec/models/get_well_known_json_web_keys_internal_server_error_body_spec.rb
475
- - spec/models/delete_rule_internal_server_error_spec.rb
476
- - spec/models/get_rule_ok_spec.rb
477
- - spec/models/create_rule_forbidden_spec.rb
478
+ - spec/models/create_rule_internal_server_error_body_spec.rb
478
479
  - spec/models/swagger_rule_spec.rb
480
+ - spec/models/update_rule_forbidden_body_spec.rb
481
+ - spec/models/create_rule_unauthorized_body_spec.rb
482
+ - spec/models/rule_match_spec.rb
483
+ - spec/models/rule_spec.rb
484
+ - spec/models/swagger_rule_handler_spec.rb
485
+ - spec/models/swagger_get_rule_parameters_spec.rb
486
+ - spec/models/get_well_known_unauthorized_body_spec.rb
487
+ - spec/models/list_rules_unauthorized_spec.rb
488
+ - spec/models/update_rule_internal_server_error_body_spec.rb
489
+ - spec/models/is_instance_alive_internal_server_error_spec.rb
490
+ - spec/models/list_rules_unauthorized_body_spec.rb
491
+ - spec/models/decisions_unauthorized_body_spec.rb
492
+ - spec/models/judge_internal_server_error_body_spec.rb
479
493
  - spec/models/swagger_rule_response_spec.rb
480
- - spec/models/create_rule_forbidden_body_spec.rb
481
- - spec/models/swagger_list_rules_parameters_spec.rb
482
- - spec/models/inline_response500_spec.rb
483
- - spec/models/swagger_version_spec.rb
484
- - spec/models/get_well_known_ok_spec.rb
494
+ - spec/models/get_well_known_forbidden_body_spec.rb
495
+ - spec/models/update_rule_internal_server_error_spec.rb
485
496
  - spec/models/is_instance_alive_internal_server_error_body_spec.rb
486
- - spec/models/health_not_ready_status_spec.rb
487
- - spec/models/swagger_json_web_key_set_spec.rb
488
- - spec/models/judge_unauthorized_body_spec.rb
489
- - spec/models/get_rule_internal_server_error_spec.rb
490
- - spec/models/decisions_not_found_body_spec.rb
491
- - spec/models/decisions_forbidden_body_spec.rb
492
- - spec/models/json_web_key_set_spec.rb
493
- - spec/models/list_rules_internal_server_error_spec.rb
494
- - spec/models/delete_rule_not_found_spec.rb
495
- - spec/models/json_web_key_spec.rb
496
- - spec/models/decisions_not_found_spec.rb
497
497
  - spec/spec_helper.rb