Skip to content

Commit

Permalink
Remove 502 http error code from oidc autrhenticator (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashaCher authored Aug 19, 2021
1 parent 35a12f2 commit 9e18102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Renamed `bin/api_test` to `bin/test_api_contract` and `bin/start` to `bin/dev` to maintain
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
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 9e18102

Please sign in to comment.