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 2021/11/16 12:04:08 UTC

[GitHub] [apisix] tzssangglass commented on issue #5534: request help: 如何让自定义Java插件在HMAC认证插件之前运行?

tzssangglass commented on issue #5534:
URL: https://github.com/apache/apisix/issues/5534#issuecomment-970204759


   Please use English in the public channel, thx.
   
   the order of plugins exec is defined by priority in plugin's code, see: https://github.com/apache/apisix/blob/master/apisix/plugins/ext-plugin-pre-req.lua#L24 and https://github.com/apache/apisix/blob/2c12b3695302f580a1498333aaafb68da26a3096/conf/config-default.yaml#L302-L358
   
   the higher the priority number, the earlier the order of execution.
   
   
   
   > 实际执行时发现先于hmac-auth插件运行。如何让ext-plugin-pre-req中的插件首先执行?
   
   contradictory?


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