InstanceName
of plugins produces unknown field error in Kong 2.8.x
#5241
Milestone
InstanceName
of plugins produces unknown field error in Kong 2.8.x
#5241
Is there an existing issue for this?
Current Behavior
When
InstanceName
is specified inKongPlugin
orKongClusterPlugin
, the error happens when sending configuration to Kong 2.8.xThis makes Kong gateway stuck on updating configuration.
Expected Behavior
Valid configuration of plugins (without
instance_name
field) sent to Kong when Kong version is below 3.2.0.Ref:
https://docs.konghq.com/gateway/2.8.x/admin-api/#plugin-object
https://docs.konghq.com/gateway/3.1.x/admin-api/#plugin-object
https://docs.konghq.com/gateway/3.2.x/admin-api/#plugin-object
The
instance_name
field is first added in Kong 3.2.x.Steps To Reproduce
Kong Ingress Controller version
Kubernetes version
Anything else?
This does not affect KIC 3.0.x because KIC 3.x only support Kong 3.4.1 and above.
The text was updated successfully, but these errors were encountered: