Files
nomad/.changelog/22312.txt
Ryan R Sundberg 096c72a2f4 Consul Connect: Fix validation with multiple local_bind_socket_paths (#22312)
When a consul connect sidecar service is defined with multiple
local_bind_socket_path upstreams, validation would fail due to duplicate
socket address bindings on `:0` being detected.

Validate local_bind_socket_path sockets separately from IP address
sockets.
2024-06-04 08:46:24 -04:00

4 lines
75 B
Plaintext

```release-note:bug
connect: fix validation with multiple socket paths
```