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

   ### Description
   
   Hello, im currently trying to use apache apisix as an apigateway, for now i 
have one backend microservice and im trying to make the api gateway the single 
entrypoint but from the frontend i keep on getting 403.
   
   Any help?
   I'm using the quickstart file for now with this config:
   apisix:
     enable_control: true
     control:
       ip: "0.0.0.0"
       port: 9092
   deployment:
     role: traditional
     role_traditional:
       config_provider: etcd
     admin:
       admin_key_required: true
       admin_key:
         - name: "admin"
           key: "<key>"
           role: admin
       allow_admin:
         - 0.0.0.0/0
   plugin_attr:
     prometheus:
       export_addr:
         ip: 0.0.0.0
         port: 9091
     ' > /usr/local/apisix/conf/config.yaml"
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - 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