NextStation commented on issue #8406:
URL: https://github.com/apache/apisix/issues/8406#issuecomment-1382110368

   这个问题”400 Request Header Or Cookie Too Large“ 总是会出现再搭建apisix集群的时候。
   通过docker-compose拉起2个apisix实例+3个etcd实例,请求jwt token(curl 
http://127.0.0.1:9080/apisix/plugin/jwt/sign?key=user-key -i)就会报这个400错误。
   
   很明显,仅获取token,抓包并没发现过大的header。
   查apisix的access日志,发起curl 指令的时候,每次apisix自动产生了682条请求,很神奇,难以理解。
   
   如果用同样的容器镜像配置拉起单个apisix+etcd+dashboard的时候, token 就可以正常获取。
   
   请问是否有标准的apisix集群 docker-compose.yml文件参考呢


-- 
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]

Reply via email to