Skip to content
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