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

Fix SDK to support older versions of Consul. #15423

Merged
merged 1 commit into from
Nov 18, 2022
Merged

Commits on Nov 18, 2022

  1. Fix SDK to support older versions of Consul.

    This change was necessary, because the configuration was always
    generated with a gRPC TLS port, which did not exist in Consul 1.13,
    and would result in the server failing to launch with an error.
    
    This code checks the version of Consul and conditionally adds the
    gRPC TLS port, only if the version number is greater than 1.14.
    hashi-derek committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    edbcfba View commit details
    Browse the repository at this point in the history