You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments