open-consul/.changelog/14294.txt

7 lines
386 B
Plaintext
Raw Normal View History

2022-08-23 17:11:56 +00:00
```release-note:breaking-change
config: Add new `ports.grpc_tls` configuration option.
Introduce a new port to better separate TLS config from the existing `ports.grpc` config.
The new `ports.grpc_tls` only supports TLS encrypted communication.
The existing `ports.grpc` currently supports both plain-text and tls communication, but tls support will be removed in a future release.
```