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 dedicated maps for SNI match #1133

Merged
merged 1 commit into from
Jun 16, 2024
Merged

Remove dedicated maps for SNI match #1133

merged 1 commit into from
Jun 16, 2024

Commits on Jun 14, 2024

  1. remove dedicated maps for SNI match

    SNI maps were incorrectly used to match requests on ancient versions of
    HAProxy Ingress - v0.4 or so. A separated group of match files were
    being used since then on TLS based authentication configurations. We
    don't need it anymore, since all the mTLS configurations don't depend
    on the maps, so we're now dropping its support.
    
    There is one behavior change with this update: a missing or
    misconfigured host header, for an ingress with mTLS, with optional
    certificate, without sending a certificate, would fallback to SNI in
    order to try a match. Now, since only the host header is the source of
    truth, a non matching host header with a distinct SNI will 404 despite
    of its mTLS configuration.
    jcmoraisjr committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1515040 View commit details
    Browse the repository at this point in the history