Skip to content

Commit

Permalink
Remove 502 response from oidc autrhenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
sashaCher committed Aug 17, 2021
1 parent 35a12f2 commit a3956c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
repository- and company-wide script convention.
[cyberark/conjur-openapi-spec#166](https://github.com/cyberark/conjur-openapi-spec/issues/166)

- Remove Bad Gateway error code from authn-oidc error codes following [cyberark/conjur#2360](https://github.com/cyberark/conjur/pull/2360)
[cyberark/conjur-openapi-spec#204](https://github.com/cyberark/conjur-openapi-spec/pull/204)


## [5.1.1] - 2021-04-28
### Added
- DAP endpoints and scripts to run tests against a DAP instance.
Expand Down
2 changes: 0 additions & 2 deletions spec/authentication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -744,8 +744,6 @@ components:
$ref: 'openapi.yml#/components/responses/BadRequest'
"401":
$ref: 'openapi.yml#/components/responses/UnauthorizedError'
"502":
description: "Error connecting conjur to the OIDC provider"

security: []

Expand Down

0 comments on commit a3956c5

Please sign in to comment.