From a3956c52b4831f0d33a2cc6d68166b8e2159ed83 Mon Sep 17 00:00:00 2001 From: Sasha Chernomordik Date: Mon, 16 Aug 2021 15:22:57 +0300 Subject: [PATCH] Remove 502 response from oidc autrhenticator --- CHANGELOG.md | 4 ++++ spec/authentication.yml | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f952581..afc242e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/spec/authentication.yml b/spec/authentication.yml index 4f3bacf5..46e0d711 100644 --- a/spec/authentication.yml +++ b/spec/authentication.yml @@ -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: []