-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jq syntax errors cause the configuration to fail #27
Comments
@teb510 Root cause here is that the jq syntax is invalid. The giveaway is the message "filter compilation failed", which is internal to the @flrgh My first approach at thinking about this is that we could, instead of failing at building the node, succeed and store the errors, and then on |
hey @hishamhm i'm still seeing errors here with a variety of strategies and seeing success for single word headers. maybe the right question is how do i refer to the value of a header, and in particular, one with a two word name within a jq node? i'm seeing single word headers work and multi word headers fail when using the for example: the below works -
the following would fail
and then any use of |
headers with multiple words seems like an edge case except that proxies add headers with multiple words - and you may even want to grab the kong headers and do something with them |
Originally reported by @teb510
The text was updated successfully, but these errors were encountered: