-
Notifications
You must be signed in to change notification settings - Fork 599
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow configuring KongPlugins using
plugins.konghq.com
This change allows an end-user to configure a plugin on a route or a service in Kong using a new annotaion: `plugins.konghq.com`. This annotations should contain a CSV list of KongPlugin CR names which should be applied. This should make it easier for the end user to configure plugins on Ingress resources and k8s Services. The old way of configuration plugins: `<plugin-name>.plugin.konghq.com: <KongPlugin CR name>` is deprecated but still supported, giving users time to migrate to new annotations. There will be a documentation commit made in future to reflect the same.
- Loading branch information
Showing
1 changed file
with
35 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters