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
If you configure an AuthService with allow_request_body: true, then send a request with no body and no Content-Length header, Envoy will hang for five minutes waiting for the body to arrive, rather than contacting extauth.
If you configure an
AuthService
withallow_request_body: true
, then send a request with no body and noContent-Length
header, Envoy will hang for five minutes waiting for the body to arrive, rather than contacting extauth.(Thanks for the report, @n1koo!)
The text was updated successfully, but these errors were encountered: