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

Policy: upstream MTLS fix on verify. #1307

Merged
merged 1 commit into from
Sep 1, 2021

Conversation

eloycoto
Copy link
Contributor

@eloycoto eloycoto commented Sep 1, 2021

Before, if not CA cert was set, we don't set the verify at all, but this
is a bad behaviour because:

  • CA certs can be the global ones.
  • Verify is true, so should fail.

Now, if not CA proxy will return a 502 back to the user.

Fix THREESCALE-7508

Signed-off-by: Eloy Coto eloy.coto@acalustra.com

@eloycoto eloycoto requested a review from a team as a code owner September 1, 2021 10:23
Before, if not CA cert was set, we don't set the verify at all, but this
is a bad behaviour because:

- CA certs can be the global ones.
- Verify is true, so should fail.

Now, if not CA proxy will return a 502 back to the user.

Fix THREESCALE-7508

Signed-off-by: Eloy Coto <eloy.coto@acalustra.com>
@eloycoto eloycoto merged commit 126b4d4 into 3scale:master Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants