-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: instantiate global plugins in Kong via labelling
There are cases where a plugin(s) should be executed for all proxied requests. In order to do this with the existing model, it becomes cumbersome to configure it for 100s of different services and would make sense to configure globally for all services. This feature is already supported by Kong. With this change, all KongPlugin resources that have a label of `"global" : "true"` will be setup as global plugins in Kong by the Ingress controller.
- Loading branch information
Showing
1 changed file
with
95 additions
and
5 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