MirtoBusico opened a new issue, #6865: URL: https://github.com/apache/apisix/issues/6865
### Description Hi all, I need to apply the same plugins to different routes that have different upstreams. My use case: Using openid-connect and authz-keycloak on these routers: https://www.m01.net/frontend (single page application calling api1, api2 and api3) with upstream **frontendapp** https://www.m01.net/api1 with upstream **api1server** https://www.m01.net/api2 with upstream **api2server** https://www.m01.net/api3 with upstream **api3server** For now everything works if I define the two plugins for every route I cannot use global plugins because I have some routes that have not to be authenticated/authorized Is it possible to have the same plugins for different routes with different upstream? Note: I'm using Apisix 2.13 ### 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]
