GhangZh opened a new issue, #11488:
URL: https://github.com/apache/apisix/issues/11488
### Description
In the process of using apisix 2.13, the following logs often appear, even
if the timeout has been adjusted to 30,000ms.```log
2024/08/06 21:01:12 [error] 84#84: *20150682611 [lua] forward-auth.lua:113:
phase_func(): failed to process forward auth, err: connection timed out
```
```yaml
apiVersion: apisix.apache.org/v2beta3
kind: ApisixPluginConfig
metadata:
name: forward-auth
namespace: xxxx
spec:
plugins:
- config:
client_headers:
- Location
request_headers:
- X-Forwarded-Host
- X-Forwarded-Uri
- X-Requested-With
timeout: 30000
upstream_headers:
- Host
uri: http://xxxxx.xxx
enable: true
name: forward-auth
```
### Environment
- APISIX version (run `apisix version`): 2.13
- Operating system (run `uname -a`):
- OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
- etcd version, if relevant (run `curl
http://127.0.0.1:9090/v1/server_info`):
- APISIX Dashboard version, if relevant:
- Plugin runner version, for issues related to plugin runners:
- LuaRocks version, for installation issues (run `luarocks --version`):
--
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]