Allow PluginBindings
to be used on Kubernetes CRDs for Gateway Configuration
#8
Labels
PluginBindings
to be used on Kubernetes CRDs for Gateway Configuration
#8
Problem Statement
#1 introduced the new KongPluginBinding CRD to allow users to bind plugins to specific kong resources.
We need to add
KongPluginBinding
support for regular Kubernetes resources to be configured on Kong Gateway as well.Proposed Solution
We could add a new
genericEntityRef
(name to be defined) field in theKongPluginBinding
to allow users to bind plugins on KubernetesService
s,ingress
es,HTTPRoute
s, etc. as well.Additional Information
Acceptance Criteria
KongPluginBinding
resource to configure plugins in a Kong Gateway.The text was updated successfully, but these errors were encountered: