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/12/29 07:34:52 UTC

[GitHub] [apisix-ingress-controller] wnz27 opened a new issue, #1568: request help: how to define ApisixPluginConfig and in apisixroute use some other param to overwrite some param

wnz27 opened a new issue, #1568:
URL: https://github.com/apache/apisix-ingress-controller/issues/1568

   ### Issue description
   
   if i want to
   1、define a ApisixPluginConfig use some plugin
   2、define a apisixRoute and set same  plugin in ApisixPluginConfig with some different param
   it‘s can work?
   
   ### Environment
   
   - your apisix-ingress-controller version (output of apisix-ingress-controller version --long):
   - your Kubernetes cluster version (output of kubectl version):
   - if you run apisix-ingress-controller in Bare-metal environment, also show your OS version (uname -a):
   


-- 
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-ingress-controller] github-actions[bot] commented on issue #1568: request help: how to define ApisixPluginConfig and in apisixroute use some other param to overwrite some param

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #1568:
URL: https://github.com/apache/apisix-ingress-controller/issues/1568#issuecomment-1512307978

   This issue has been marked as stale due to 90 days of inactivity. It will be closed in 30 days if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.


-- 
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-ingress-controller] wnz27 commented on issue #1568: request help: how to define ApisixPluginConfig and in apisixroute use some other param to overwrite some param

Posted by GitBox <gi...@apache.org>.
wnz27 commented on issue #1568:
URL: https://github.com/apache/apisix-ingress-controller/issues/1568#issuecomment-1385477785

   > You can actually try it out, they have different priorities
   
   i try it, but dont  take effect. the plugin config not auto merge


-- 
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-ingress-controller] github-actions[bot] commented on issue #1568: request help: how to define ApisixPluginConfig and in apisixroute use some other param to overwrite some param

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #1568:
URL: https://github.com/apache/apisix-ingress-controller/issues/1568#issuecomment-1552283230

   This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.


-- 
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-ingress-controller] wnz27 commented on issue #1568: request help: how to define ApisixPluginConfig and in apisixroute use some other param to overwrite some param

Posted by GitBox <gi...@apache.org>.
wnz27 commented on issue #1568:
URL: https://github.com/apache/apisix-ingress-controller/issues/1568#issuecomment-1385478748

   > > ### Issue description
   > > if i want to 1、define a ApisixPluginConfig use some plugin 2、define a apisixRoute and set same plugin in ApisixPluginConfig with some different param it‘s can work?
   > > ### Environment
   > > 
   > > * your apisix-ingress-controller version (output of apisix-ingress-controller version --long):
   > > * your Kubernetes cluster version (output of kubectl version):
   > > * if you run apisix-ingress-controller in Bare-metal environment, also show your OS version (uname -a):
   > 
   > Yes they can. The relationship between them just likes the global rules and routes in Apache APISIX.
   
   but it doesn't take 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

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


[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #1568: request help: how to define ApisixPluginConfig and in apisixroute use some other param to overwrite some param

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #1568:
URL: https://github.com/apache/apisix-ingress-controller/issues/1568#issuecomment-1367688909

   You can actually try it out, they have different priorities


-- 
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-ingress-controller] tokers commented on issue #1568: request help: how to define ApisixPluginConfig and in apisixroute use some other param to overwrite some param

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

   > ### Issue description
   > if i want to 1、define a ApisixPluginConfig use some plugin 2、define a apisixRoute and set same plugin in ApisixPluginConfig with some different param it‘s can work?
   > 
   > ### Environment
   > * your apisix-ingress-controller version (output of apisix-ingress-controller version --long):
   > * your Kubernetes cluster version (output of kubectl version):
   > * if you run apisix-ingress-controller in Bare-metal environment, also show your OS version (uname -a):
   
   Yes they can. The relationship between them just likes the global rules and routes in Apache APISIX.


-- 
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-ingress-controller] github-actions[bot] closed issue #1568: request help: how to define ApisixPluginConfig and in apisixroute use some other param to overwrite some param

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #1568: request help: how to define ApisixPluginConfig and in apisixroute use some other param to overwrite some param
URL: https://github.com/apache/apisix-ingress-controller/issues/1568


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