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/08/25 09:37:24 UTC

[GitHub] [apisix] kense-lab opened a new issue, #7793: help request: How to modify the default priority of a plugin

kense-lab opened a new issue, #7793:
URL: https://github.com/apache/apisix/issues/7793

   ### Description
   
   如何做到先走 `限流插件` 再走 `鉴权插件`,插件的默认优先级可以修改吗?
   不太想升级2.15版本
   
   ### 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: notifications-unsubscribe@apisix.apache.org.apache.org

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


[GitHub] [apisix] Hazel6869 commented on issue #7793: help request: How to modify the default priority of a plugin

Posted by GitBox <gi...@apache.org>.
Hazel6869 commented on issue #7793:
URL: https://github.com/apache/apisix/issues/7793#issuecomment-1227029363

   @kense-lab  Hi,  you need 2.15.0 😊.   https://apisix.apache.org/zh/blog/2022/07/29/release-apache-apisix-2.15/#%E8%87%AA%E5%AE%9A%E4%B9%89%E6%8F%92%E4%BB%B6%E4%BC%98%E5%85%88%E7%BA%A7


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


[GitHub] [apisix] kense-lab commented on issue #7793: help request: How to modify the default priority of a plugin

Posted by GitBox <gi...@apache.org>.
kense-lab commented on issue #7793:
URL: https://github.com/apache/apisix/issues/7793#issuecomment-1227037222

   @Hazel6869 


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


[GitHub] [apisix] tokers commented on issue #7793: help request: How to modify the default priority of a plugin

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #7793:
URL: https://github.com/apache/apisix/issues/7793#issuecomment-1227098439

   > @Hazel6869 Is there any other way besides upgrading to 2.15?
   
   You may have to apply the patch to your 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: notifications-unsubscribe@apisix.apache.org

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


[GitHub] [apisix] Hazel6869 commented on issue #7793: help request: How to modify the default priority of a plugin

Posted by GitBox <gi...@apache.org>.
Hazel6869 commented on issue #7793:
URL: https://github.com/apache/apisix/issues/7793#issuecomment-1227202703

   @kense-lab  Hi,  If you only care about the priority of the plugin and don't consider routing, you can do it by modifying the code.   https://github.com/apache/apisix/blob/3c0757477a8c4e24910bb998d06e1d13ec283738/apisix/plugins/limit-conn.lua#L47


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


[GitHub] [apisix] kense-lab closed issue #7793: help request: How to modify the default priority of a plugin

Posted by GitBox <gi...@apache.org>.
kense-lab closed issue #7793: help request: How to modify the default priority of a plugin
URL: https://github.com/apache/apisix/issues/7793


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


[GitHub] [apisix] kense-lab commented on issue #7793: help request: How to modify the default priority of a plugin

Posted by GitBox <gi...@apache.org>.
kense-lab commented on issue #7793:
URL: https://github.com/apache/apisix/issues/7793#issuecomment-1227212300

   Got, thanks!


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