mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
922844b8e0
Fix issue with persisting proxy-defaults This resolves an issue introduced in hashicorp/consul#19829 where the proxy-defaults configuration entry with an HTTP protocol cannot be updated after it has been persisted once and a router exists. This occurs because the protocol field is not properly pre-computed before being passed into validation functions.
4 lines
147 B
Plaintext
4 lines
147 B
Plaintext
```release-note:bug
|
|
connect: Fix issue where re-persisting existing proxy-defaults using `http` protocol fails with a protocol-mismatch error.
|
|
```
|