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

Envoy Bootstrap Config Support TLSv1_3 #21777

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 20, 2024

  1. Envoy Bootstrap Config Support TLSv1_3

    When Consul agent runs with `tls_min_version` set to TLSv1_3, the Envoy proxies talking to the agent
    fails with `TLSV1_ALERT_PROTOCOL_VERSION` error.
    
    This PR updates the Envoy static local_agent cluster to have TLS maximum protocol version to use to be TLSv1_3.
    
    Originally reported at: https://discuss.hashicorp.com/t/consul-tls-min-version-1-3-error/70100
    Ranjandas committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    509afb7 View commit details
    Browse the repository at this point in the history
  2. Added Changelog Entry

    Ranjandas committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    441426c View commit details
    Browse the repository at this point in the history
  3. fix unit tests

    Ranjandas committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    757ceef View commit details
    Browse the repository at this point in the history