Skip to content

Commit

Permalink
Update SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jan 21, 2020
1 parent 544a142 commit 3f9baf5
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 14 deletions.
9 changes: 3 additions & 6 deletions docs/api.swagger.json
Expand Up @@ -518,7 +518,7 @@
},
"definitions": {
"Upstream": {
"description": "Upstream Upstream Upstream Upstream Upstream Upstream Upstream upstream",
"description": "Upstream Upstream Upstream Upstream Upstream Upstream Upstream Upstream upstream",
"type": "object",
"properties": {
"preserve_host": {
Expand Down Expand Up @@ -548,7 +548,6 @@
}
},
"healthStatus": {
"description": "HealthStatus HealthStatus HealthStatus HealthStatus HealthStatus health status",
"type": "object",
"properties": {
"status": {
Expand All @@ -558,7 +557,6 @@
}
},
"jsonWebKey": {
"description": "JSONWebKey json web key",
"type": "object",
"properties": {
"alg": {
Expand Down Expand Up @@ -648,7 +646,7 @@
},
"rule": {
"type": "object",
"title": "swaggerRule is a single rule that will get checked on every HTTP request.",
"title": "Rule swaggerRule is a single rule that will get checked on every HTTP request.",
"properties": {
"authenticators": {
"description": "Authenticators is a list of authentication handlers that will try and authenticate the provided credentials.\nAuthenticators are checked iteratively from index 0 to n and if the first authenticator to return a positive\nresult will be the one used.\n\nIf you want the rule to first check a specific authenticator before \"falling back\" to others, have that authenticator\nas the first item in the array.",
Expand Down Expand Up @@ -684,6 +682,7 @@
}
},
"ruleHandler": {
"description": "RuleHandler rule handler",
"type": "object",
"properties": {
"config": {
Expand All @@ -697,7 +696,6 @@
}
},
"ruleMatch": {
"description": "RuleMatch RuleMatch rule match",
"type": "object",
"properties": {
"methods": {
Expand All @@ -714,7 +712,6 @@
}
},
"version": {
"description": "Version Version Version Version Version version",
"type": "object",
"properties": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -39,7 +39,7 @@ require (
github.com/ory/ladon v1.0.1
github.com/ory/sdk/swagutil v0.0.0-20200116101926-c5b88ce6e4bd // indirect
github.com/ory/viper v1.5.6
github.com/ory/x v0.0.88
github.com/ory/x v0.0.89
github.com/pborman/uuid v1.2.0
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -582,6 +582,8 @@ github.com/ory/x v0.0.87 h1:C81kgyXDE1MgL0aPp2fHmHNbMlgQwicdrEmPbICG0Wk=
github.com/ory/x v0.0.87/go.mod h1:wrnJRjIfYXFY/AUiuUlcIUpLBDxFtWc+8x6toAeLZXU=
github.com/ory/x v0.0.88 h1:epgeKh5kaT/89YQ9o/eIO3rgwmo3kOwyXcHJRZcZogI=
github.com/ory/x v0.0.88/go.mod h1:wrnJRjIfYXFY/AUiuUlcIUpLBDxFtWc+8x6toAeLZXU=
github.com/ory/x v0.0.89 h1:8jYqLy3BDmVjWUoi30Rt34m+/DdLF8OiZ0NjzSDS0bE=
github.com/ory/x v0.0.89/go.mod h1:wrnJRjIfYXFY/AUiuUlcIUpLBDxFtWc+8x6toAeLZXU=
github.com/parnurzeal/gorequest v0.2.15/go.mod h1:3Kh2QUMJoqw3icWAecsyzkpY7UzRfDhbRdTjtNwNiUE=
github.com/pborman/uuid v1.2.0 h1:J7Q5mO4ysT1dv8hyrUGHb9+ooztCXu1D8MY8DZYsu3g=
github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
Expand Down
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/rule.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.

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

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

0 comments on commit 3f9baf5

Please sign in to comment.