ory-oathkeeper-client 0.38.4.beta1 → 0.38.5.beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/lib/ory-oathkeeper-client.rb +1 -1
- 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/health_not_ready_status.rb +1 -1
- 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/json_web_key.rb +1 -1
- data/lib/ory-oathkeeper-client/models/json_web_key_set.rb +1 -1
- data/lib/ory-oathkeeper-client/models/rule.rb +1 -1
- data/lib/ory-oathkeeper-client/models/rule_handler.rb +1 -1
- data/lib/ory-oathkeeper-client/models/rule_match.rb +1 -1
- data/lib/ory-oathkeeper-client/models/upstream.rb +1 -1
- data/lib/ory-oathkeeper-client/models/version.rb +1 -1
- data/lib/ory-oathkeeper-client/version.rb +2 -2
- data/ory-oathkeeper-client.gemspec +1 -1
- 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: 4fd2a62612937b09b2a114c2337d525efa664a932184a230fcc2fb6f105b08b4
|
|
4
|
+
data.tar.gz: fafaad09701c94255e5eedf06c3f8886e9394af8a487d500292800632f22ed9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e93c2cc86671963f4fa1512780cf3b91adc698c275c509aeffefcad14dc42a5415e3fb204cc7d0ffc8eae441a2aa4ef49867ec923baa9d54ee0383e37c23b67
|
|
7
|
+
data.tar.gz: aee9c86b1e2f45ac69dadd0a5611c8d5e5d3ba0b3ffb77d88ac38cd3cd42460e33c86dd45a22d45a7e99657419c2d2a1cd176257e30238376b54a4ded9bb8c28
|
data/README.md
CHANGED
|
@@ -6,8 +6,8 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validit
|
|
|
6
6
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
|
-
- API version: v0.38.
|
|
10
|
-
- Package version: v0.38.
|
|
9
|
+
- API version: v0.38.5-beta.1
|
|
10
|
+
- Package version: v0.38.5-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.38.
|
|
27
|
+
gem install ./ory-oathkeeper-client-v0.38.5-beta.1.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./ory-oathkeeper-client-v0.38.
|
|
30
|
+
(for development, run `gem install --dev ./ory-oathkeeper-client-v0.38.5-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.38.
|
|
36
|
+
gem 'ory-oathkeeper-client', '~> v0.38.5-beta.1'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v0.38.
|
|
6
|
+
The version of the OpenAPI document: v0.38.5-beta.1
|
|
7
7
|
Contact: hi@ory.am
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v0.38.
|
|
6
|
+
The version of the OpenAPI document: v0.38.5-beta.1
|
|
7
7
|
Contact: hi@ory.am
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v0.38.
|
|
6
|
+
The version of the OpenAPI document: v0.38.5-beta.1
|
|
7
7
|
Contact: hi@ory.am
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v0.38.
|
|
6
|
+
The version of the OpenAPI document: v0.38.5-beta.1
|
|
7
7
|
Contact: hi@ory.am
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v0.38.
|
|
6
|
+
The version of the OpenAPI document: v0.38.5-beta.1
|
|
7
7
|
Contact: hi@ory.am
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v0.38.
|
|
6
|
+
The version of the OpenAPI document: v0.38.5-beta.1
|
|
7
7
|
Contact: hi@ory.am
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v0.38.
|
|
6
|
+
The version of the OpenAPI document: v0.38.5-beta.1
|
|
7
7
|
Contact: hi@ory.am
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v0.38.
|
|
6
|
+
The version of the OpenAPI document: v0.38.5-beta.1
|
|
7
7
|
Contact: hi@ory.am
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v0.38.
|
|
6
|
+
The version of the OpenAPI document: v0.38.5-beta.1
|
|
7
7
|
Contact: hi@ory.am
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v0.38.
|
|
6
|
+
The version of the OpenAPI document: v0.38.5-beta.1
|
|
7
7
|
Contact: hi@ory.am
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v0.38.
|
|
6
|
+
The version of the OpenAPI document: v0.38.5-beta.1
|
|
7
7
|
Contact: hi@ory.am
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v0.38.
|
|
6
|
+
The version of the OpenAPI document: v0.38.5-beta.1
|
|
7
7
|
Contact: hi@ory.am
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v0.38.
|
|
6
|
+
The version of the OpenAPI document: v0.38.5-beta.1
|
|
7
7
|
Contact: hi@ory.am
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v0.38.
|
|
6
|
+
The version of the OpenAPI document: v0.38.5-beta.1
|
|
7
7
|
Contact: hi@ory.am
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v0.38.
|
|
6
|
+
The version of the OpenAPI document: v0.38.5-beta.1
|
|
7
7
|
Contact: hi@ory.am
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v0.38.
|
|
6
|
+
The version of the OpenAPI document: v0.38.5-beta.1
|
|
7
7
|
Contact: hi@ory.am
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v0.38.
|
|
6
|
+
The version of the OpenAPI document: v0.38.5-beta.1
|
|
7
7
|
Contact: hi@ory.am
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.38.
|
|
6
|
+
The version of the OpenAPI document: 0.38.5.beta1
|
|
7
7
|
Contact: hi@ory.am
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 4.3.1
|
|
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
module OryHydraClient
|
|
14
|
-
VERSION = '0.38.
|
|
14
|
+
VERSION = '0.38.5.beta1'
|
|
15
15
|
end
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: v0.38.
|
|
8
|
+
The version of the OpenAPI document: v0.38.5-beta.1
|
|
9
9
|
Contact: hi@ory.am
|
|
10
10
|
Generated by: https://openapi-generator.tech
|
|
11
11
|
OpenAPI Generator version: 4.3.1
|
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.38.
|
|
4
|
+
version: 0.38.5.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-12-10 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/api_api_spec.rb
|
|
402
403
|
- spec/api/health_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/
|
|
407
|
-
- spec/models/
|
|
408
|
-
- spec/models/
|
|
409
|
-
- spec/models/
|
|
410
|
-
- spec/models/
|
|
411
|
-
- spec/models/
|
|
412
|
-
- spec/models/
|
|
413
|
-
- spec/models/rule_handler_spec.rb
|
|
406
|
+
- spec/models/swagger_not_ready_status_spec.rb
|
|
407
|
+
- spec/models/swagger_rules_response_spec.rb
|
|
408
|
+
- spec/models/get_rule_not_found_body_spec.rb
|
|
409
|
+
- spec/models/inline_response500_spec.rb
|
|
410
|
+
- spec/models/judge_not_found_body_spec.rb
|
|
411
|
+
- spec/models/update_rule_forbidden_body_spec.rb
|
|
412
|
+
- spec/models/decisions_unauthorized_spec.rb
|
|
414
413
|
- spec/models/judge_internal_server_error_spec.rb
|
|
415
|
-
- spec/models/
|
|
416
|
-
- spec/models/
|
|
417
|
-
- spec/models/is_instance_alive_ok_spec.rb
|
|
418
|
-
- spec/models/decisions_not_found_body_spec.rb
|
|
419
|
-
- spec/models/list_rules_internal_server_error_body_spec.rb
|
|
420
|
-
- spec/models/judge_internal_server_error_body_spec.rb
|
|
421
|
-
- spec/models/create_rule_unauthorized_body_spec.rb
|
|
414
|
+
- spec/models/swagger_rule_handler_spec.rb
|
|
415
|
+
- spec/models/swagger_update_rule_parameters_spec.rb
|
|
422
416
|
- spec/models/delete_rule_forbidden_body_spec.rb
|
|
423
|
-
- spec/models/
|
|
417
|
+
- spec/models/update_rule_not_found_body_spec.rb
|
|
418
|
+
- spec/models/get_well_known_ok_spec.rb
|
|
419
|
+
- spec/models/list_rules_internal_server_error_body_spec.rb
|
|
420
|
+
- spec/models/swagger_rule_match_spec.rb
|
|
421
|
+
- spec/models/swagger_rule_spec.rb
|
|
422
|
+
- spec/models/get_well_known_unauthorized_spec.rb
|
|
423
|
+
- spec/models/swagger_get_rule_parameters_spec.rb
|
|
424
|
+
- spec/models/version_spec.rb
|
|
425
|
+
- spec/models/get_well_known_json_web_keys_internal_server_error_body_spec.rb
|
|
424
426
|
- spec/models/get_rule_forbidden_body_spec.rb
|
|
425
|
-
- spec/models/
|
|
426
|
-
- spec/models/
|
|
427
|
-
- spec/models/
|
|
427
|
+
- spec/models/list_rules_ok_spec.rb
|
|
428
|
+
- spec/models/get_well_known_json_web_keys_ok_spec.rb
|
|
429
|
+
- spec/models/rule_match_spec.rb
|
|
430
|
+
- spec/models/is_instance_alive_internal_server_error_body_spec.rb
|
|
431
|
+
- spec/models/update_rule_unauthorized_spec.rb
|
|
432
|
+
- spec/models/get_well_known_unauthorized_body_spec.rb
|
|
433
|
+
- spec/models/health_status_spec.rb
|
|
434
|
+
- spec/models/decisions_internal_server_error_spec.rb
|
|
435
|
+
- spec/models/upstream_spec.rb
|
|
428
436
|
- spec/models/decisions_internal_server_error_body_spec.rb
|
|
437
|
+
- spec/models/delete_rule_unauthorized_body_spec.rb
|
|
438
|
+
- spec/models/create_rule_forbidden_body_spec.rb
|
|
439
|
+
- spec/models/decisions_not_found_body_spec.rb
|
|
440
|
+
- spec/models/delete_rule_forbidden_spec.rb
|
|
441
|
+
- spec/models/get_well_known_json_web_keys_internal_server_error_spec.rb
|
|
442
|
+
- spec/models/swagger_json_web_key_spec.rb
|
|
443
|
+
- spec/models/rule_spec.rb
|
|
444
|
+
- spec/models/create_rule_internal_server_error_spec.rb
|
|
445
|
+
- spec/models/get_well_known_forbidden_spec.rb
|
|
446
|
+
- spec/models/decisions_forbidden_spec.rb
|
|
429
447
|
- spec/models/create_rule_forbidden_spec.rb
|
|
430
448
|
- spec/models/decisions_forbidden_body_spec.rb
|
|
431
|
-
- spec/models/
|
|
432
|
-
- spec/models/
|
|
433
|
-
- spec/models/
|
|
449
|
+
- spec/models/judge_unauthorized_body_spec.rb
|
|
450
|
+
- spec/models/create_rule_created_spec.rb
|
|
451
|
+
- spec/models/is_instance_alive_internal_server_error_spec.rb
|
|
452
|
+
- spec/models/update_rule_internal_server_error_body_spec.rb
|
|
453
|
+
- spec/models/judge_forbidden_body_spec.rb
|
|
454
|
+
- spec/models/update_rule_ok_spec.rb
|
|
455
|
+
- spec/models/list_rules_unauthorized_body_spec.rb
|
|
456
|
+
- spec/models/get_rule_unauthorized_spec.rb
|
|
457
|
+
- spec/models/swagger_version_spec.rb
|
|
458
|
+
- spec/models/swagger_health_status_spec.rb
|
|
459
|
+
- spec/models/is_instance_alive_ok_spec.rb
|
|
460
|
+
- spec/models/swagger_json_web_key_set_spec.rb
|
|
461
|
+
- spec/models/decisions_unauthorized_body_spec.rb
|
|
462
|
+
- spec/models/swagger_list_rules_parameters_spec.rb
|
|
463
|
+
- spec/models/delete_rule_unauthorized_spec.rb
|
|
434
464
|
- spec/models/update_rule_unauthorized_body_spec.rb
|
|
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
465
|
- spec/models/delete_rule_not_found_spec.rb
|
|
466
|
+
- spec/models/list_rules_forbidden_spec.rb
|
|
467
|
+
- spec/models/delete_rule_not_found_body_spec.rb
|
|
468
|
+
- spec/models/decisions_not_found_spec.rb
|
|
469
|
+
- spec/models/judge_unauthorized_spec.rb
|
|
470
|
+
- spec/models/create_rule_unauthorized_body_spec.rb
|
|
442
471
|
- 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
472
|
- spec/models/json_web_key_set_spec.rb
|
|
448
|
-
- spec/models/
|
|
449
|
-
- spec/models/
|
|
450
|
-
- spec/models/
|
|
451
|
-
- spec/models/update_rule_forbidden_spec.rb
|
|
473
|
+
- spec/models/get_rule_internal_server_error_spec.rb
|
|
474
|
+
- spec/models/swagger_create_rule_parameters_spec.rb
|
|
475
|
+
- spec/models/create_rule_unauthorized_spec.rb
|
|
452
476
|
- spec/models/create_rule_internal_server_error_body_spec.rb
|
|
453
|
-
- spec/models/
|
|
477
|
+
- spec/models/update_rule_forbidden_spec.rb
|
|
478
|
+
- spec/models/judge_internal_server_error_body_spec.rb
|
|
479
|
+
- spec/models/delete_rule_internal_server_error_body_spec.rb
|
|
480
|
+
- spec/models/get_rule_internal_server_error_body_spec.rb
|
|
481
|
+
- spec/models/rule_handler_spec.rb
|
|
454
482
|
- spec/models/get_rule_forbidden_spec.rb
|
|
455
|
-
- spec/models/
|
|
456
|
-
- spec/models/
|
|
457
|
-
- spec/models/
|
|
458
|
-
- spec/models/
|
|
459
|
-
- spec/models/
|
|
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
|
|
465
|
-
- spec/models/swagger_rule_spec.rb
|
|
466
|
-
- spec/models/swagger_json_web_key_spec.rb
|
|
483
|
+
- spec/models/delete_rule_internal_server_error_spec.rb
|
|
484
|
+
- spec/models/get_rule_ok_spec.rb
|
|
485
|
+
- spec/models/update_rule_internal_server_error_spec.rb
|
|
486
|
+
- spec/models/judge_forbidden_spec.rb
|
|
487
|
+
- spec/models/get_well_known_forbidden_body_spec.rb
|
|
467
488
|
- spec/models/get_rule_not_found_spec.rb
|
|
468
|
-
- spec/models/
|
|
469
|
-
- spec/models/
|
|
489
|
+
- spec/models/list_rules_forbidden_body_spec.rb
|
|
490
|
+
- spec/models/list_rules_internal_server_error_spec.rb
|
|
470
491
|
- spec/models/json_web_key_spec.rb
|
|
471
|
-
- spec/models/
|
|
492
|
+
- spec/models/health_not_ready_status_spec.rb
|
|
472
493
|
- spec/models/judge_not_found_spec.rb
|
|
494
|
+
- spec/models/list_rules_unauthorized_spec.rb
|
|
473
495
|
- spec/models/get_rule_unauthorized_body_spec.rb
|
|
474
|
-
- spec/models/
|
|
475
|
-
- spec/models/list_rules_internal_server_error_spec.rb
|
|
476
|
-
- spec/models/swagger_rules_response_spec.rb
|
|
477
|
-
- spec/models/get_well_known_json_web_keys_ok_spec.rb
|
|
478
|
-
- spec/models/swagger_rule_handler_spec.rb
|
|
479
|
-
- spec/models/update_rule_internal_server_error_spec.rb
|
|
480
|
-
- spec/models/swagger_health_status_spec.rb
|
|
481
|
-
- spec/models/version_spec.rb
|
|
482
|
-
- spec/models/create_rule_forbidden_body_spec.rb
|
|
483
|
-
- spec/models/get_well_known_json_web_keys_internal_server_error_spec.rb
|
|
484
|
-
- spec/models/swagger_get_rule_parameters_spec.rb
|
|
485
|
-
- spec/models/judge_forbidden_body_spec.rb
|
|
486
|
-
- spec/models/judge_unauthorized_spec.rb
|
|
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
|
|
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
|
|
496
|
+
- spec/models/swagger_rule_response_spec.rb
|
|
497
497
|
- spec/spec_helper.rb
|