diff --git a/api/openapi.yaml b/api/openapi.yaml index 8d569c7..e99770f 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -8,7 +8,7 @@ info: for validity against a set of rules. This service uses Hydra to validate access tokens and policies. title: ORY Oathkeeper - version: v0.40.5 + version: v0.40.6 servers: - url: / paths: diff --git a/api_api.go b/api_api.go index ade9dd3..5e37761 100644 --- a/api_api.go +++ b/api_api.go @@ -3,7 +3,7 @@ ORY Oathkeeper 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. -API version: v0.40.5 +API version: v0.40.6 Contact: hi@ory.am */ diff --git a/api_health.go b/api_health.go index 5cbcc38..ffc481b 100644 --- a/api_health.go +++ b/api_health.go @@ -3,7 +3,7 @@ ORY Oathkeeper 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. -API version: v0.40.5 +API version: v0.40.6 Contact: hi@ory.am */ diff --git a/api_version.go b/api_version.go index 82e0521..fba61b7 100644 --- a/api_version.go +++ b/api_version.go @@ -3,7 +3,7 @@ ORY Oathkeeper 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. -API version: v0.40.5 +API version: v0.40.6 Contact: hi@ory.am */ diff --git a/client.go b/client.go index b7ae95a..d6dee59 100644 --- a/client.go +++ b/client.go @@ -3,7 +3,7 @@ ORY Oathkeeper 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. -API version: v0.40.5 +API version: v0.40.6 Contact: hi@ory.am */ @@ -42,7 +42,7 @@ var ( xmlCheck = regexp.MustCompile(`(?i:(?:application|text)/xml)`) ) -// APIClient manages communication with the ORY Oathkeeper API vv0.40.5 +// APIClient manages communication with the ORY Oathkeeper API vv0.40.6 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/configuration.go b/configuration.go index 4676a01..a699b0f 100644 --- a/configuration.go +++ b/configuration.go @@ -3,7 +3,7 @@ ORY Oathkeeper 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. -API version: v0.40.5 +API version: v0.40.6 Contact: hi@ory.am */ diff --git a/model_generic_error.go b/model_generic_error.go index 6655d72..bb7ea77 100644 --- a/model_generic_error.go +++ b/model_generic_error.go @@ -3,7 +3,7 @@ ORY Oathkeeper 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. -API version: v0.40.5 +API version: v0.40.6 Contact: hi@ory.am */ diff --git a/model_health_not_ready_status.go b/model_health_not_ready_status.go index 9a2dcd7..ccc03ac 100644 --- a/model_health_not_ready_status.go +++ b/model_health_not_ready_status.go @@ -3,7 +3,7 @@ ORY Oathkeeper 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. -API version: v0.40.5 +API version: v0.40.6 Contact: hi@ory.am */ diff --git a/model_health_status.go b/model_health_status.go index 28d643c..2b47e0d 100644 --- a/model_health_status.go +++ b/model_health_status.go @@ -3,7 +3,7 @@ ORY Oathkeeper 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. -API version: v0.40.5 +API version: v0.40.6 Contact: hi@ory.am */ diff --git a/model_json_web_key.go b/model_json_web_key.go index 623e029..c23b031 100644 --- a/model_json_web_key.go +++ b/model_json_web_key.go @@ -3,7 +3,7 @@ ORY Oathkeeper 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. -API version: v0.40.5 +API version: v0.40.6 Contact: hi@ory.am */ diff --git a/model_json_web_key_set.go b/model_json_web_key_set.go index 993cc8c..e5344b3 100644 --- a/model_json_web_key_set.go +++ b/model_json_web_key_set.go @@ -3,7 +3,7 @@ ORY Oathkeeper 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. -API version: v0.40.5 +API version: v0.40.6 Contact: hi@ory.am */ diff --git a/model_rule.go b/model_rule.go index 6195706..b448923 100644 --- a/model_rule.go +++ b/model_rule.go @@ -3,7 +3,7 @@ ORY Oathkeeper 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. -API version: v0.40.5 +API version: v0.40.6 Contact: hi@ory.am */ diff --git a/model_rule_handler.go b/model_rule_handler.go index bfdcefb..f0f7ecc 100644 --- a/model_rule_handler.go +++ b/model_rule_handler.go @@ -3,7 +3,7 @@ ORY Oathkeeper 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. -API version: v0.40.5 +API version: v0.40.6 Contact: hi@ory.am */ diff --git a/model_rule_match.go b/model_rule_match.go index a337eba..460bf0c 100644 --- a/model_rule_match.go +++ b/model_rule_match.go @@ -3,7 +3,7 @@ ORY Oathkeeper 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. -API version: v0.40.5 +API version: v0.40.6 Contact: hi@ory.am */ diff --git a/model_upstream.go b/model_upstream.go index c1cac8f..efef669 100644 --- a/model_upstream.go +++ b/model_upstream.go @@ -3,7 +3,7 @@ ORY Oathkeeper 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. -API version: v0.40.5 +API version: v0.40.6 Contact: hi@ory.am */ diff --git a/model_version.go b/model_version.go index c247b79..85862c2 100644 --- a/model_version.go +++ b/model_version.go @@ -3,7 +3,7 @@ ORY Oathkeeper 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. -API version: v0.40.5 +API version: v0.40.6 Contact: hi@ory.am */ diff --git a/response.go b/response.go index dd4bf51..96bce83 100644 --- a/response.go +++ b/response.go @@ -3,7 +3,7 @@ ORY Oathkeeper 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. -API version: v0.40.5 +API version: v0.40.6 Contact: hi@ory.am */ diff --git a/utils.go b/utils.go index f142748..60d5c37 100644 --- a/utils.go +++ b/utils.go @@ -3,7 +3,7 @@ ORY Oathkeeper 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. -API version: v0.40.5 +API version: v0.40.6 Contact: hi@ory.am */