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.
|
2022-11-11 20:29:22 +00:00
|
|
|
The existing `ports.grpc` now only supports plain-text communication.
|
2022-08-23 17:11:56 +00:00
|
|
|
```
|