lplcc opened a new issue, #10375: URL: https://github.com/apache/apisix/issues/10375
### Current Behavior When the request body is too large, forward-auth returns 403 ### Expected Behavior Hope to support the upload of more than 10M files ### Error Logs send() failed (32: Broken pipe), client: 10.10.103.41, server: _, request: "POST /jljftest/v1/paas/service/meter HTTP/1.1", host: "172.70.2.82:9080" [lua] forward-auth.lua:125: phase_func(): failed to process forward auth, err: broken pipe, client: 10.10.103.41, server: _, request: "POST /jljftest/v1/paas/service/meter HTTP/1.1", host: "172.70.2.82:9080" ### Steps to Reproduce 1,Configuring routes 2,add forward-auth plugin 3,Calls the gateway interface to upload a request containing a base64 string ### Environment - APISIX version (run `[APISIX/3.6.0]`): - Operating system (run `linux`): - OpenResty / Nginx version (run `openresty/1.21.4.2` or `nginx -V`): - etcd version, if relevant (run `3.5.0`): - APISIX Dashboard version, run 3.0.1: - Plugin runner version, for issues related to plugin runners: forward-auth 3.6.0 - LuaRocks version, for installation issues (run `3.8.0`): -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
