mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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.
4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
```release-note:bug
|
|
connect: fix validation with multiple socket paths
|
|
```
|