|
|
|
@ -14,6 +14,32 @@ provided for their upgrades as a result of new features or changed behavior.
|
|
|
|
|
This page is used to document those details separately from the standard
|
|
|
|
|
upgrade flow.
|
|
|
|
|
|
|
|
|
|
## Consul 1.14.x
|
|
|
|
|
|
|
|
|
|
### Service Mesh Compatibility
|
|
|
|
|
|
|
|
|
|
##### Changes to gRPC TLS configuration
|
|
|
|
|
|
|
|
|
|
**Configuration changes should be made** if using sidecar proxies or gateways
|
|
|
|
|
in conjunction with any of the following:
|
|
|
|
|
1. [`ports.https`](/docs/agent/config/config-files#https_port) - Encrypts gRPC in Consul 1.12 and prior
|
|
|
|
|
2. [`auto_encrypt`](/docs/agent/config/config-files#auto_encrypt) - Encrypts gRPC in Consul 1.13 and prior
|
|
|
|
|
3. [`auto_config`](/docs/agent/config/config-files#auto_config) - Encrypts gRPC in Consul 1.13 and prior
|
|
|
|
|
|
|
|
|
|
Prior to Consul 1.14, it was possible for communication between Consul and Envoy over `ports.grpc`
|
|
|
|
|
to be encrypted by one of these features.
|
|
|
|
|
|
|
|
|
|
In Consul 1.14, a new [`ports.grpc_tls`](/docs/agent/config/config-files#grpc_tls_port) configuration
|
|
|
|
|
is introduced. The existing [`ports.grpc`](/docs/agent/config/config-files#grpc_port) configuration
|
|
|
|
|
**will stop supporting encryption in a future release**. Now, the recommended way to encrypt gRPC
|
|
|
|
|
traffic is only via `ports.grpc_tls`.
|
|
|
|
|
|
|
|
|
|
For most environments, the Envoy communication to Consul is loop-back only and does not benefit from encryption.
|
|
|
|
|
|
|
|
|
|
If you would like to continue utilizing encryption for gRPC, change the existing `ports.grpc` to `ports.grpc_tls` in
|
|
|
|
|
your configuration during the upgrade to ensure compatibility with future releases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Consul 1.13.x
|
|
|
|
|
|
|
|
|
|
### Service Mesh Compatibility
|
|
|
|
|