Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: enable SO_REUSEPORT in listener config (#1936)
## What kind of change does this PR introduce? * Enables `SO_REUSEPORT` which allows multiple sockets to bind to the same address and port - this is useful when the auth service needs to be restarted and the port is still being held by a reverse proxy (i.e. envoy) until all the connections are drained
- Loading branch information