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

Handle broken TLS conf better #9572

Merged
merged 8 commits into from Dec 6, 2022
Merged

Handle broken TLS conf better #9572

merged 8 commits into from Dec 6, 2022

Conversation

mpl
Copy link
Collaborator

@mpl mpl commented Dec 2, 2022

What does this PR do?

This PR makes sure that when a TLS config (referenced by a router) turns out to be broken, then the route that should have been reached according to this TLS configuration is invalidated, and is therefore unreachable.
The goal is to enforce the user original intent, and to avoid a situation where the route (and the services behind it) stays reachable through another (potentially less secure) TLS configuration.

Motivation

Fixes #9557

More

  • Added/updated tests
    - [ ] Added/updated documentation

Additional Notes

Co-authored-by: Jean-Baptiste Doumenjou 925513+jbdoumenjou@users.noreply.github.com
Co-authored-by: Romain rtribotte@users.noreply.github.com

Copy link
Member

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@juliens juliens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@traefiker traefiker merged commit 7e3fe48 into traefik:v2.9 Dec 6, 2022
v2 automation moved this from To review to Done Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v2
Done
Development

Successfully merging this pull request may close these issues.

None yet

5 participants