Skip to content

Commit

Permalink
autogen(openapi): regenerate swagger spec and internal client
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Jun 23, 2022
1 parent 6721bed commit 59b0d9b
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion internal/httpclient/models/health_not_ready_status.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/health_status.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/json_web_key.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/json_web_key_set.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/rule_handler.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/rule_match.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/httpclient/models/upstream.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"type": "string"
},
"Upstream": {
"description": "Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream upstream",
"description": "Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream upstream",
"properties": {
"preserve_host": {
"description": "PreserveHost, if false (the default), tells ORY Oathkeeper to set the upstream request's Host header to the\nhostname of the API's upstream's URL. Setting this flag to true instructs ORY Oathkeeper not to do so.",
Expand Down Expand Up @@ -87,7 +87,7 @@
"type": "object"
},
"healthNotReadyStatus": {
"description": "HealthNotReadyStatus health not ready status",
"description": "HealthNotReadyStatus HealthNotReadyStatus health not ready status",
"properties": {
"errors": {
"additionalProperties": {
Expand All @@ -100,7 +100,7 @@
"type": "object"
},
"healthStatus": {
"description": "HealthStatus HealthStatus health status",
"description": "HealthStatus HealthStatus HealthStatus health status",
"properties": {
"status": {
"description": "Status always contains \"ok\".",
Expand All @@ -110,7 +110,7 @@
"type": "object"
},
"jsonWebKey": {
"description": "JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey json web key",
"description": "JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey json web key",
"properties": {
"alg": {
"description": "The \"alg\" (algorithm) parameter identifies the algorithm intended for\nuse with the key. The values used should either be registered in the\nIANA \"JSON Web Signature and Encryption Algorithms\" registry\nestablished by [JWA] or be a value that contains a Collision-\nResistant Name.",
Expand Down Expand Up @@ -187,6 +187,7 @@
"type": "object"
},
"jsonWebKeySet": {
"description": "JSONWebKeySet json web key set",
"properties": {
"keys": {
"description": "The value of the \"keys\" parameter is an array of JWK values. By\ndefault, the order of the JWK values within the array does not imply\nan order of preference among them, although applications of JWK Sets\ncan choose to assign a meaning to the order for their purposes, if\ndesired.",
Expand Down Expand Up @@ -236,7 +237,7 @@
"type": "object"
},
"ruleHandler": {
"description": "RuleHandler RuleHandler RuleHandler RuleHandler rule handler",
"description": "RuleHandler RuleHandler RuleHandler RuleHandler RuleHandler rule handler",
"properties": {
"config": {
"description": "Config contains the configuration for the handler. Please read the user\nguide for a complete list of each handler's available settings.",
Expand All @@ -250,6 +251,7 @@
"type": "object"
},
"ruleMatch": {
"description": "RuleMatch rule match",
"properties": {
"methods": {
"description": "An array of HTTP methods (e.g. GET, POST, PUT, DELETE, ...). When ORY Oathkeeper searches for rules\nto decide what to do with an incoming request to the proxy server, it compares the HTTP method of the incoming\nrequest with the HTTP methods of each rules. If a match is found, the rule is considered a partial match.\nIf the matchesUrl field is satisfied as well, the rule is considered a full match.",
Expand Down
12 changes: 7 additions & 5 deletions spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"definitions": {
"UUID": { "type": "string", "format": "uuid4" },
"Upstream": {
"description": "Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream upstream",
"description": "Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream upstream",
"type": "object",
"properties": {
"preserve_host": {
Expand Down Expand Up @@ -271,7 +271,7 @@
}
},
"healthNotReadyStatus": {
"description": "HealthNotReadyStatus health not ready status",
"description": "HealthNotReadyStatus HealthNotReadyStatus health not ready status",
"type": "object",
"properties": {
"errors": {
Expand All @@ -284,7 +284,7 @@
}
},
"healthStatus": {
"description": "HealthStatus HealthStatus health status",
"description": "HealthStatus HealthStatus HealthStatus health status",
"type": "object",
"properties": {
"status": {
Expand All @@ -294,7 +294,7 @@
}
},
"jsonWebKey": {
"description": "JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey json web key",
"description": "JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey JSONWebKey json web key",
"type": "object",
"properties": {
"alg": {
Expand Down Expand Up @@ -371,6 +371,7 @@
}
},
"jsonWebKeySet": {
"description": "JSONWebKeySet json web key set",
"type": "object",
"properties": {
"keys": {
Expand Down Expand Up @@ -420,7 +421,7 @@
}
},
"ruleHandler": {
"description": "RuleHandler RuleHandler RuleHandler RuleHandler rule handler",
"description": "RuleHandler RuleHandler RuleHandler RuleHandler RuleHandler rule handler",
"type": "object",
"properties": {
"config": {
Expand All @@ -434,6 +435,7 @@
}
},
"ruleMatch": {
"description": "RuleMatch rule match",
"type": "object",
"properties": {
"methods": {
Expand Down

0 comments on commit 59b0d9b

Please sign in to comment.