Validating route headers against Konnect results in "proto: syntax error (line 1:20): unexpected token [" #14299
Labels
konnect
pending author feedback
Waiting for the issue author to get back to a maintainer with findings, more details, etc...
Is there an existing issue for this?
Kong version (
$ kong version
)Kong Konnect (Data plane nodes 3.8.0.0)
Current Behavior
When validating a route with
headers
present, the localdeck file validate
passes while thedeck gateway validate
throws an error. This behavior is present against Kong Konnect, validating against an on prem Kong control plane does not have the error. When configuring the header from the UI it is accepted and saved, when dumping the config the same syntax is being used. Both deck and postman/curl requests for the same example service and route (see Steps To Reproduce) return the error.Expected Behavior
The validate should pass.
Steps To Reproduce
Test service
Run deck file validate
Run deck gateway validate
Anything else?
Running the same on Kong Enterprise 3.4.3.10 does not produce the error.
The text was updated successfully, but these errors were encountered: