-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix: Lambda json parsing (#328) * messy early commit: reduce test deps, annotate api gateway transformer, tests to describe failure modes * safety adjustments to api_gateway_transformer.cc * clean up some comments in api_gateway_transformer.cc * messy update to transformer_teest.cc * remove duplicate log line * clean up unnecessary tests, todos * reintroduce transform_single_and_multi_value_headers test * remove other unintentionally removed tests * additional test cleanup * fix whitespace changes + address remaining comments in tests * add changelog entry * move changelog --------- Co-authored-by: Ben Taussig <[email protected]>
- Loading branch information
1 parent
581f2b0
commit 10642cc
Showing
4 changed files
with
324 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
changelog: | ||
- type: FIX | ||
description: > | ||
Fixes an issue where the Lambda filter would choke on unexpected JSON input | ||
when unwrapAsApiGateway was enabled. Specifically, the filter would fail to | ||
parse non-string header values under the multiValueHeaders key in the Lambda | ||
response. | ||
issueLink: https://github.com/solo-io/gloo/issues/8867 | ||
resolvesIssue: false |
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
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
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