Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 502 response from oidc autrhenticator #204

Merged
merged 1 commit into from
Aug 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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