You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "hndoss (via GitHub)" <gi...@apache.org> on 2023/04/24 16:35:11 UTC

[GitHub] [apisix-ingress-controller] hndoss opened a new issue, #1811: request help: How to use multiple plugins configs

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

   ### Issue description
   
   We have an ApisixPluginConfig with general configuration for all the ingress resources in our cluster, but some of them have specific configuration. Is it possible to use two or more plugin configs with `k8s.apisix.apache.org/plugin-config-name` annotation?
   
   ### Environment
   
   - your apisix-ingress-controller version (output of apisix-ingress-controller version --long):
   ```
   /ingress-apisix # /ingress-apisix/apisix-ingress-controller version --long
   Version: 1.6.0
   Git SHA: no-git-module
   Go Version: go1.19.4
   Building OS/Arch: linux/amd64
   Running OS/Arch: linux/amd64
   ```
   
   - your Kubernetes cluster version (output of kubectl version):
   ```
   Client Version: v1.25.4
   Kustomize Version: v4.5.7
   Server Version: v1.21.14-gke.3000
   ```


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


Re: [I] request help: How to use multiple plugins configs [apisix-ingress-controller]

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

   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] acuteaura commented on issue #1811: request help: How to use multiple plugins configs

Posted by "acuteaura (via GitHub)" <gi...@apache.org>.
acuteaura commented on issue #1811:
URL: https://github.com/apache/apisix-ingress-controller/issues/1811#issuecomment-1584320952

   I think this is worth exploring, I can think of several use cases where reusing a chain of plugins provided by a platform team is desirable. For instance, we have a recurring need for a specific set of authz/authn plugins and would like to centrally manage and update this (maybe even outside the namespace the route is in, so we do not need to deduplicate and can prevent developers from editing via RBAC). But teams also need their own set of plugins for their specific use-cases.
   
   maybe the ingress controller can compose those plugins into the apisix object per route, allowing inline plugins and (multiple) external CRD configs? Would need to figure out how to order when mixing and invalidation would be a pain...


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


Re: [I] request help: How to use multiple plugins configs [apisix-ingress-controller]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #1811: request help: How to use multiple plugins configs
URL: https://github.com/apache/apisix-ingress-controller/issues/1811


-- 
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 #1811: request help: How to use multiple plugins configs

Posted by "tao12345666333 (via GitHub)" <gi...@apache.org>.
tao12345666333 commented on issue #1811:
URL: https://github.com/apache/apisix-ingress-controller/issues/1811#issuecomment-1523080229

   In the current version, only one ApisixPluginConfig resource can be referenced. Would configuring multiple plugins in a single ApisixPluginConfig resource meet your requirements?


-- 
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] acuteaura commented on issue #1811: request help: How to use multiple plugins configs

Posted by "acuteaura (via GitHub)" <gi...@apache.org>.
acuteaura commented on issue #1811:
URL: https://github.com/apache/apisix-ingress-controller/issues/1811#issuecomment-1594272917

   I don't think so. Since you want developers to be able to extend the plugin chain, but still be able to update the "platform managed" part without reconciling forks. Maybe we could render a PluginConfig out of a list of other PluginConfigs via annotation within our stack, but that feels like a dirty hack. 


-- 
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 #1811: request help: How to use multiple plugins configs

Posted by "tao12345666333 (via GitHub)" <gi...@apache.org>.
tao12345666333 commented on issue #1811:
URL: https://github.com/apache/apisix-ingress-controller/issues/1811#issuecomment-1594012239

   Can using ApisixPluginConfig meet this requirement?


-- 
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 #1811: request help: How to use multiple plugins configs

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

   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