Skip to content

Commit

Permalink
Update SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jan 16, 2020
1 parent 78e498c commit a237c29
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 13 deletions.
11 changes: 6 additions & 5 deletions docs/api.swagger.json
Expand Up @@ -518,7 +518,7 @@
},
"definitions": {
"Upstream": {
"description": "Upstream Upstream Upstream Upstream Upstream upstream",
"description": "Upstream Upstream Upstream Upstream Upstream Upstream upstream",
"type": "object",
"properties": {
"preserve_host": {
Expand All @@ -536,7 +536,6 @@
}
},
"healthNotReadyStatus": {
"description": "HealthNotReadyStatus health not ready status",
"type": "object",
"properties": {
"errors": {
Expand All @@ -549,7 +548,7 @@
}
},
"healthStatus": {
"description": "HealthStatus HealthStatus HealthStatus health status",
"description": "HealthStatus HealthStatus HealthStatus HealthStatus health status",
"type": "object",
"properties": {
"status": {
Expand Down Expand Up @@ -635,6 +634,7 @@
}
},
"jsonWebKeySet": {
"description": "JSONWebKeySet json web key set",
"type": "object",
"properties": {
"keys": {
Expand All @@ -648,7 +648,7 @@
},
"rule": {
"type": "object",
"title": "Rule Rule swaggerRule is a single rule that will get checked on every HTTP request.",
"title": "Rule Rule 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 @@ -697,6 +697,7 @@
}
},
"ruleMatch": {
"description": "RuleMatch rule match",
"type": "object",
"properties": {
"methods": {
Expand All @@ -713,7 +714,7 @@
}
},
"version": {
"description": "Version Version Version version",
"description": "Version Version Version Version version",
"type": "object",
"properties": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -37,7 +37,7 @@ require (
github.com/ory/graceful v0.1.1
github.com/ory/herodot v0.6.2
github.com/ory/ladon v1.0.1
github.com/ory/sdk/swagutil v0.0.0-20200113182044-f6518ab8017d // indirect
github.com/ory/sdk/swagutil v0.0.0-20200116095943-e305efc43d75 // indirect
github.com/ory/viper v1.5.6
github.com/ory/x v0.0.88
github.com/pborman/uuid v1.2.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -572,6 +572,8 @@ github.com/ory/sdk/swagutil v0.0.0-20200108122515-375eeddba1e8 h1:HgdLBUUFatzSA2
github.com/ory/sdk/swagutil v0.0.0-20200108122515-375eeddba1e8/go.mod h1:Ufg1eAyz+Zt3+oweSZVThG13ewewWCKwBmoNmK8Z0co=
github.com/ory/sdk/swagutil v0.0.0-20200113182044-f6518ab8017d h1:AVIzsXij0v8DoVLAZw9Yo7RXVhM0H53ql3DosRkH5rg=
github.com/ory/sdk/swagutil v0.0.0-20200113182044-f6518ab8017d/go.mod h1:Ufg1eAyz+Zt3+oweSZVThG13ewewWCKwBmoNmK8Z0co=
github.com/ory/sdk/swagutil v0.0.0-20200116095943-e305efc43d75 h1:OcqjH0QDTmrV1irpAhx9LQAaXzAp1VAmxRp8piDTP4I=
github.com/ory/sdk/swagutil v0.0.0-20200116095943-e305efc43d75/go.mod h1:Ufg1eAyz+Zt3+oweSZVThG13ewewWCKwBmoNmK8Z0co=
github.com/ory/viper v1.5.6 h1:w4ceGgWwWLzAFYQ7bHaDZmwNsAto2JPVdyQjQnn7VWI=
github.com/ory/viper v1.5.6/go.mod h1:TYmpFpKLxjQwvT4f0QPpkOn4sDXU1kDgAwJpgLYiQ28=
github.com/ory/x v0.0.87 h1:C81kgyXDE1MgL0aPp2fHmHNbMlgQwicdrEmPbICG0Wk=
Expand Down
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_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.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 a237c29

Please sign in to comment.