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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
