-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Consumer only plugins #250
Milestone
Comments
hbagdi
added a commit
to hbagdi/kubernetes-ingress-controller
that referenced
this issue
Jun 7, 2019
Consumer level plugins can be configured using plugins.konghq.com annotation on the KongConsumer resource. See Kong#250
Added with #306 and will be available with Kong Ingress Controller 0.5.0, set to be released mid June. |
@hbagdi if I understand correctly it's not possible right now to have |
No, it is possible to do that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, plugins can be defined on route level, service level or a combination of route+consumer and service+consumer.
The controller should be able to configure consumer-only plugin.
The text was updated successfully, but these errors were encountered: