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
I'm trying to use the with_request_body on per-route ExtAuthZ filter but it's not working as expected. I see the Content-Length = 0 and the filter doesn't buffer any data.
Expectation
I was expecting to see a non-zero content length and x-envoy-auth-partial-body header in the logs.
Repro Steps
Run the Dev version of Envoy which have this feature and make the following cURL request:
Description
I'm trying to use the with_request_body on per-route ExtAuthZ filter but it's not working as expected. I see the Content-Length = 0 and the filter doesn't buffer any data.
Expectation
I was expecting to see a non-zero content length and
x-envoy-auth-partial-body
header in the logs.Repro Steps
Run the Dev version of Envoy which have this feature and make the following cURL request:
Config
Logs
The text was updated successfully, but these errors were encountered: