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/11/25 03:46:53 UTC

[GitHub] [apisix] zsmlinux opened a new issue, #8401: feat: support configure multi plugin config in route

zsmlinux opened a new issue, #8401:
URL: https://github.com/apache/apisix/issues/8401

   ### Description
   
   Now when configure more one plugin config in route,only one takes effect


-- 
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] shreemaan-abhishek commented on issue #8401: feat: support configure multi plugin config in route

Posted by "shreemaan-abhishek (via GitHub)" <gi...@apache.org>.
shreemaan-abhishek commented on issue #8401:
URL: https://github.com/apache/apisix/issues/8401#issuecomment-1707565819

   would you like to contribute a PR for this?


-- 
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] zsmlinux commented on issue #8401: feat: support configure multi plugin config in route

Posted by "zsmlinux (via GitHub)" <gi...@apache.org>.
zsmlinux commented on issue #8401:
URL: https://github.com/apache/apisix/issues/8401#issuecomment-1707535773

   For instance, there's a plugin config A that is used by Route A and B. And Route A expects to add other plugin config while Route B doesn't. So, I hope to add another plugin config B to Route A. At the same time, if the route supports configuring multiple plugin configs, it can be very effective to use plugins in combination.


-- 
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] shreemaan-abhishek commented on issue #8401: feat: support configure multi plugin config in route

Posted by "shreemaan-abhishek (via GitHub)" <gi...@apache.org>.
shreemaan-abhishek commented on issue #8401:
URL: https://github.com/apache/apisix/issues/8401#issuecomment-1704975740

   Why do you need multiple plugin configs in one route? Why not just create another plugin config that contains all the plugins you need and use it in the route? Or just add all the plugins you need in the route directly.


-- 
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 #8401: feat: support configure multi plugin config in route

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

   @zsmlinux yes  one plugin config has effect for one plugin, you can use multi-routing. 


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