2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-13 07:14:37 +00:00
Dan Upton a76f63a695
config: prevent top-level verify_incoming enabling mTLS on gRPC port ()
Fixes 

This is a backwards-compatibility bug introduced in 1.12.
2022-05-18 16:15:57 +01:00

4 lines
186 B
Plaintext

```release-note:bug
config: fix backwards compatibility bug where setting the (deprecated) top-level `verify_incoming` option would enable TLS client authentication on the gRPC port
```