gaoxingliang opened a new issue, #8829:
URL: https://github.com/apache/apisix/issues/8829

   ### Current Behavior
   
   The forward-auth plugin doesn't receive the request.
   I have a endpoint like:  https://xx.com/test  
   and configure the forward-auth logger like below:
   ```
   {
       "uri": "https://webhook.site/303ec063-05cc-4c69-a51c-7417ac0766b2";,
       "request_headers": ["Host"],
       "upstream_headers":["X-u"],
       "client_headers":["X-t"]
   }
   ```
   but I found the apisix SKIPPED the forward auth and send to the backend 
directly.
   
   ### Expected Behavior
   
   It should check the auth
   
   ### Error Logs
   
   I checked the apisix log and ingress log. doesn't find anything useful.
   
   ### Steps to Reproduce
   
   1. add a route rule with forward-auth plugin enable. 
   2. check whether the forward-auth receive the requests. you can use 
https://webhook.site to check whether it receive the requests.
   
   ### Environment
   
   - APISIX version (run `apisix version`): 3.1.0
   - 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]

Reply via email to