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

internal/envoy: Allow TLSv1.3 for xDS connection. #4081

Merged
merged 2 commits into from
Oct 7, 2021

Commits on Oct 7, 2021

  1. internal/envoy: Allow TLSv1.3 for xDS connection.

    This change sets the maximum TLS version to TLSv1.3 in the Envoy bootstrap
    config for the xDS connection.  It means that TLSv1.3 will be selected from
    now on, since Contour already accepts TLSv1.3.
    
    Previously Envoy defaulted to TLSv1.2 for the xDS connection.
    
    Updates projectcontour#3518
    
    Signed-off-by: Tero Saarni <[email protected]>
    tsaarni committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    df55e02 View commit details
    Browse the repository at this point in the history
  2. Added changelog entry.

    Signed-off-by: Tero Saarni <[email protected]>
    tsaarni committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    2f0b454 View commit details
    Browse the repository at this point in the history