Skip to content

Commit

Permalink
accommodate Consul 1.14.0 gRPC changes
Browse files Browse the repository at this point in the history
See:
 - Consul Connect sidecar proxies require additional configuration for gRPC-TLS listener - hashicorp/nomad#15360
 - client: accommodate Consul 1.14.0 gRPC and agent self changes - hashicorp/nomad#15309
 - consul: add client configuration for grpc_ca_file - hashicorp/nomad#15701
 - Fix issue where TLS configuration was ignored for unix sockets in consul connect envoy. - hashicorp/consul#15913
 - Envoy -> consul “upstream connect error or disconnect/reset before headers. reset reason: connection termination” - https://discuss.hashicorp.com/t/envoy-consul-upstream-connect-error-or-disconnect-reset-before-headers-reset-reason-connection-termination/48303
  • Loading branch information
vzell-opitz committed Sep 5, 2023
1 parent 92d4e33 commit 1ac636d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/base.hcl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ consul {
# The address to the Consul agent.
address = "{{ nomad_consul_address }}"
ssl = {{ nomad_consul_ssl | bool | lower }}
grpc_ca_file = "{{ nomad_consul_ca_file }}"
ca_file = "{{ nomad_consul_ca_file }}"
cert_file = "{{ nomad_consul_cert_file }}"
key_file = "{{ nomad_consul_key_file }}"
Expand Down

0 comments on commit 1ac636d

Please sign in to comment.