I am maintaining multiple connections to my websocket server through envoy and I notice 500 errors. The response detail for some of the 500 errors were ext_Auth_error and others is stream_idle_timeout.
The connections can not timeout as I pass messages within the defined idle timeout duration. Is there an explanation on why this is happening?
Furthermore, does the external auth service deny connections when there is a high load? Any default rate limiting factor?
Checked documentation and could not find specific answers for this