ory-oathkeeper-client 0.37.0.beta1 → 0.38.4.beta1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/README.md +5 -5
- data/docs/InlineResponse500.md +1 -1
- data/lib/ory-oathkeeper-client.rb +2 -2
- data/lib/ory-oathkeeper-client/api/api_api.rb +2 -2
- data/lib/ory-oathkeeper-client/api/health_api.rb +2 -2
- data/lib/ory-oathkeeper-client/api/version_api.rb +2 -2
- data/lib/ory-oathkeeper-client/api_client.rb +9 -7
- data/lib/ory-oathkeeper-client/api_error.rb +2 -2
- data/lib/ory-oathkeeper-client/configuration.rb +2 -2
- data/lib/ory-oathkeeper-client/models/health_not_ready_status.rb +2 -2
- data/lib/ory-oathkeeper-client/models/health_status.rb +2 -2
- data/lib/ory-oathkeeper-client/models/inline_response500.rb +3 -3
- data/lib/ory-oathkeeper-client/models/json_web_key.rb +2 -2
- data/lib/ory-oathkeeper-client/models/json_web_key_set.rb +2 -2
- data/lib/ory-oathkeeper-client/models/rule.rb +2 -2
- data/lib/ory-oathkeeper-client/models/rule_handler.rb +2 -2
- data/lib/ory-oathkeeper-client/models/rule_match.rb +2 -2
- data/lib/ory-oathkeeper-client/models/upstream.rb +2 -2
- data/lib/ory-oathkeeper-client/models/version.rb +2 -2
- data/lib/ory-oathkeeper-client/version.rb +3 -3
- data/ory-oathkeeper-client.gemspec +2 -2
- metadata +75 -75
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c177685dff43323f2219abaea0fe7a1212144be4047c0113a3b984bd8ae61e14
|
4
|
+
data.tar.gz: ffe4e4ac664cf377d63be9dee03a5eb9e7e77a17ccaf0c4dab974b6fe3edff67
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 600172ee27099dbe42ec6bf8927cab2a7f965512633da5eb21e900a6711b1431f62cde6a5ad101c5f448056bbba628922976c487885d65469e39ad1d3753c7db
|
7
|
+
data.tar.gz: 8690f5aea83a20254358c8d0810e28e089ecc2cb30343c1e991fcc183a009a9e728ceb02583d0ca96303be2a1d5107451428fe603aeb1ac200d1f6cb6ab083ac
|
data/Gemfile
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:
|
10
|
-
- Package version: v0.
|
9
|
+
- API version: v0.38.4-beta.1
|
10
|
+
- Package version: v0.38.4-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.38.4-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.38.4-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.38.4-beta.1'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
data/docs/InlineResponse500.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**code** | **Integer** | | [optional]
|
8
|
-
**details** | **Array<
|
8
|
+
**details** | **Array<Object>** | | [optional]
|
9
9
|
**message** | **String** | | [optional]
|
10
10
|
**reason** | **String** | | [optional]
|
11
11
|
**request** | **String** | | [optional]
|
@@ -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.38.4-beta.1
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
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.38.4-beta.1
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
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.38.4-beta.1
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
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.38.4-beta.1
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
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.38.4-beta.1
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -268,11 +268,13 @@ module OryHydraClient
|
|
268
268
|
tempfile.write(chunk)
|
269
269
|
end
|
270
270
|
request.on_complete do |response|
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
271
|
+
if tempfile
|
272
|
+
tempfile.close
|
273
|
+
@config.logger.info "Temp file written to #{tempfile.path}, please copy the file to a proper folder "\
|
274
|
+
"with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file "\
|
275
|
+
"will be deleted automatically with GC. It's also recommended to delete the temp file "\
|
276
|
+
"explicitly with `tempfile.delete`"
|
277
|
+
end
|
276
278
|
end
|
277
279
|
end
|
278
280
|
|
@@ -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.38.4-beta.1
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
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.38.4-beta.1
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
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.38.4-beta.1
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
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.38.4-beta.1
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
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.38.4-beta.1
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -42,7 +42,7 @@ module OryHydraClient
|
|
42
42
|
def self.openapi_types
|
43
43
|
{
|
44
44
|
:'code' => :'Integer',
|
45
|
-
:'details' => :'Array<
|
45
|
+
:'details' => :'Array<Object>',
|
46
46
|
:'message' => :'String',
|
47
47
|
:'reason' => :'String',
|
48
48
|
:'request' => :'String',
|
@@ -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.38.4-beta.1
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
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.38.4-beta.1
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
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.38.4-beta.1
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
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.38.4-beta.1
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
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.38.4-beta.1
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
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.38.4-beta.1
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
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.38.4-beta.1
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,13 +3,13 @@
|
|
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: 0.38.4.beta1
|
7
7
|
Contact: hi@ory.am
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.
|
9
|
+
OpenAPI Generator version: 4.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
module OryHydraClient
|
14
|
-
VERSION = '0.
|
14
|
+
VERSION = '0.38.4.beta1'
|
15
15
|
end
|
@@ -5,10 +5,10 @@
|
|
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:
|
8
|
+
The version of the OpenAPI document: v0.38.4-beta.1
|
9
9
|
Contact: hi@ory.am
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
|
-
OpenAPI Generator version: 4.
|
11
|
+
OpenAPI Generator version: 4.3.1
|
12
12
|
|
13
13
|
=end
|
14
14
|
|
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.38.4.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-09-28 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/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
|
415
|
-
- spec/models/get_well_known_json_web_keys_internal_server_error_spec.rb
|
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
|
421
|
-
- spec/models/create_rule_unauthorized_body_spec.rb
|
422
|
-
- spec/models/is_instance_alive_internal_server_error_body_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
|
430
|
-
- spec/models/update_rule_not_found_body_spec.rb
|
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
|
435
|
-
- spec/models/get_rule_ok_spec.rb
|
436
|
-
- spec/models/rule_spec.rb
|
437
|
-
- spec/models/delete_rule_internal_server_error_body_spec.rb
|
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
406
|
- 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
407
|
- spec/models/delete_rule_unauthorized_spec.rb
|
448
|
-
- spec/models/
|
449
|
-
- spec/models/
|
450
|
-
- spec/models/
|
451
|
-
- spec/models/
|
408
|
+
- spec/models/create_rule_created_spec.rb
|
409
|
+
- spec/models/get_rule_internal_server_error_body_spec.rb
|
410
|
+
- spec/models/get_well_known_ok_spec.rb
|
411
|
+
- spec/models/update_rule_unauthorized_spec.rb
|
412
|
+
- spec/models/get_rule_internal_server_error_spec.rb
|
413
|
+
- spec/models/rule_handler_spec.rb
|
414
|
+
- spec/models/judge_internal_server_error_spec.rb
|
415
|
+
- spec/models/swagger_json_web_key_set_spec.rb
|
416
|
+
- spec/models/swagger_rule_match_spec.rb
|
417
|
+
- spec/models/is_instance_alive_ok_spec.rb
|
418
|
+
- spec/models/decisions_not_found_body_spec.rb
|
452
419
|
- spec/models/list_rules_internal_server_error_body_spec.rb
|
453
|
-
- spec/models/
|
420
|
+
- spec/models/judge_internal_server_error_body_spec.rb
|
421
|
+
- spec/models/create_rule_unauthorized_body_spec.rb
|
422
|
+
- spec/models/delete_rule_forbidden_body_spec.rb
|
423
|
+
- spec/models/swagger_version_spec.rb
|
454
424
|
- spec/models/get_rule_forbidden_body_spec.rb
|
425
|
+
- spec/models/decisions_forbidden_spec.rb
|
455
426
|
- spec/models/inline_response500_spec.rb
|
456
|
-
- spec/models/
|
427
|
+
- spec/models/judge_forbidden_spec.rb
|
428
|
+
- spec/models/decisions_internal_server_error_body_spec.rb
|
429
|
+
- spec/models/create_rule_forbidden_spec.rb
|
430
|
+
- spec/models/decisions_forbidden_body_spec.rb
|
457
431
|
- spec/models/get_rule_not_found_body_spec.rb
|
432
|
+
- spec/models/list_rules_unauthorized_spec.rb
|
458
433
|
- spec/models/swagger_not_ready_status_spec.rb
|
459
|
-
- spec/models/
|
434
|
+
- spec/models/update_rule_unauthorized_body_spec.rb
|
460
435
|
- spec/models/update_rule_forbidden_body_spec.rb
|
436
|
+
- spec/models/delete_rule_unauthorized_body_spec.rb
|
437
|
+
- spec/models/create_rule_unauthorized_spec.rb
|
438
|
+
- spec/models/get_well_known_forbidden_body_spec.rb
|
439
|
+
- spec/models/judge_not_found_body_spec.rb
|
440
|
+
- spec/models/decisions_unauthorized_spec.rb
|
441
|
+
- spec/models/delete_rule_not_found_spec.rb
|
442
|
+
- spec/models/update_rule_not_found_spec.rb
|
443
|
+
- spec/models/get_well_known_unauthorized_spec.rb
|
444
|
+
- spec/models/get_well_known_unauthorized_body_spec.rb
|
445
|
+
- spec/models/delete_rule_internal_server_error_body_spec.rb
|
446
|
+
- spec/models/list_rules_ok_spec.rb
|
447
|
+
- spec/models/json_web_key_set_spec.rb
|
448
|
+
- spec/models/get_rule_unauthorized_spec.rb
|
461
449
|
- spec/models/health_status_spec.rb
|
450
|
+
- spec/models/update_rule_not_found_body_spec.rb
|
451
|
+
- spec/models/update_rule_forbidden_spec.rb
|
452
|
+
- spec/models/create_rule_internal_server_error_body_spec.rb
|
453
|
+
- spec/models/list_rules_forbidden_body_spec.rb
|
454
|
+
- spec/models/get_rule_forbidden_spec.rb
|
455
|
+
- spec/models/rule_match_spec.rb
|
456
|
+
- spec/models/update_rule_ok_spec.rb
|
457
|
+
- spec/models/swagger_list_rules_parameters_spec.rb
|
458
|
+
- spec/models/decisions_not_found_spec.rb
|
459
|
+
- spec/models/swagger_update_rule_parameters_spec.rb
|
460
|
+
- spec/models/health_not_ready_status_spec.rb
|
461
|
+
- spec/models/swagger_create_rule_parameters_spec.rb
|
462
|
+
- spec/models/get_well_known_json_web_keys_internal_server_error_body_spec.rb
|
463
|
+
- spec/models/judge_unauthorized_body_spec.rb
|
464
|
+
- spec/models/delete_rule_forbidden_spec.rb
|
462
465
|
- spec/models/swagger_rule_spec.rb
|
466
|
+
- spec/models/swagger_json_web_key_spec.rb
|
467
|
+
- spec/models/get_rule_not_found_spec.rb
|
463
468
|
- spec/models/upstream_spec.rb
|
464
|
-
- spec/models/
|
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/swagger_rule_response_spec.rb
|
469
470
|
- spec/models/json_web_key_spec.rb
|
470
|
-
- spec/models/
|
471
|
-
- spec/models/
|
471
|
+
- spec/models/list_rules_forbidden_spec.rb
|
472
|
+
- spec/models/judge_not_found_spec.rb
|
473
|
+
- spec/models/get_rule_unauthorized_body_spec.rb
|
474
|
+
- spec/models/is_instance_alive_internal_server_error_body_spec.rb
|
475
|
+
- spec/models/list_rules_internal_server_error_spec.rb
|
472
476
|
- spec/models/swagger_rules_response_spec.rb
|
473
|
-
- spec/models/
|
474
|
-
- spec/models/get_well_known_forbidden_spec.rb
|
475
|
-
- spec/models/is_instance_alive_ok_spec.rb
|
476
|
-
- spec/models/swagger_json_web_key_set_spec.rb
|
477
|
-
- spec/models/list_rules_ok_spec.rb
|
478
|
-
- spec/models/delete_rule_not_found_spec.rb
|
479
|
-
- spec/models/decisions_internal_server_error_spec.rb
|
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
|
477
|
+
- spec/models/get_well_known_json_web_keys_ok_spec.rb
|
483
478
|
- spec/models/swagger_rule_handler_spec.rb
|
484
|
-
- spec/models/
|
479
|
+
- spec/models/update_rule_internal_server_error_spec.rb
|
480
|
+
- spec/models/swagger_health_status_spec.rb
|
481
|
+
- spec/models/version_spec.rb
|
485
482
|
- spec/models/create_rule_forbidden_body_spec.rb
|
486
|
-
- spec/models/
|
487
|
-
- spec/models/update_rule_unauthorized_body_spec.rb
|
488
|
-
- spec/models/health_not_ready_status_spec.rb
|
483
|
+
- spec/models/get_well_known_json_web_keys_internal_server_error_spec.rb
|
489
484
|
- spec/models/swagger_get_rule_parameters_spec.rb
|
490
|
-
- spec/models/
|
485
|
+
- spec/models/judge_forbidden_body_spec.rb
|
491
486
|
- spec/models/judge_unauthorized_spec.rb
|
492
|
-
- spec/models/
|
493
|
-
- spec/models/
|
494
|
-
- spec/models/
|
495
|
-
- spec/models/
|
487
|
+
- spec/models/rule_spec.rb
|
488
|
+
- spec/models/update_rule_internal_server_error_body_spec.rb
|
489
|
+
- spec/models/delete_rule_not_found_body_spec.rb
|
490
|
+
- spec/models/get_well_known_forbidden_spec.rb
|
491
|
+
- spec/models/is_instance_alive_internal_server_error_spec.rb
|
496
492
|
- spec/models/create_rule_internal_server_error_spec.rb
|
493
|
+
- spec/models/delete_rule_internal_server_error_spec.rb
|
494
|
+
- spec/models/get_rule_ok_spec.rb
|
495
|
+
- spec/models/decisions_unauthorized_body_spec.rb
|
496
|
+
- spec/models/decisions_internal_server_error_spec.rb
|
497
497
|
- spec/spec_helper.rb
|