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

connect: set consul TLS options on envoy bootstrap #7602

Merged
merged 1 commit into from
Apr 3, 2020

Commits on Apr 2, 2020

  1. connect: set consul TLS options on envoy bootstrap

    Fixes #6594 #6711 #6714 #7567
    
    e2e testing is still TBD in #6502
    
    Before, we only passed the Nomad agent's configured Consul HTTP
    address onto the `consul connect envoy ...` bootstrap command.
    This meant any Consul setup with TLS enabled would not work with
    Nomad's Connect integration.
    
    This change now sets CLI args and Environment Variables for
    configuring TLS options for communicating with Consul when doing
    the envoy bootstrap, as described in
    https://www.consul.io/docs/commands/connect/envoy.html#usage
    shoenig committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    fb0bd3c View commit details
    Browse the repository at this point in the history