You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/09/29 10:09:27 UTC

[GitHub] [apisix] bzp2010 commented on issue #8023: bug: 全局插件开启了一个插件A,路由配置关闭了插件A。插件A仍然生效

bzp2010 commented on issue #8023:
URL: https://github.com/apache/apisix/issues/8023#issuecomment-1262063269

   This is normal and is supposed to work that way. Once turned on, the global plugin (i.e. Global Rule) will run no matter what, even if you turn it off on the route.
   The global rule has nothing to do with routing plugins (which also contain Services and Consumers), they are decoupled. The global rule will definitely run once it is turned on, it is usually used to enforce global restrictions and security measures.
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org