Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consul Connect: Fix validation with multiple local_bind_socket_paths
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.
- Loading branch information