Is your feature request related to a problem? Please describe.
Lambda authorizer generates headers and puts them in the authorizer context for the overall API GW event object.
For example, a Go lambda might reference one of them like this:
When going through Gloo with "wrapAsApiGateway: true" and using an AuthConfig with a passthrough service (followed this doc), Gloo-wrapped event equivalent looked more like this:
Gloo Edge Product
Enterprise
Gloo Edge Version
1.16.7
Is your feature request related to a problem? Please describe.
Lambda authorizer generates headers and puts them in the authorizer context for the overall API GW event object. For example, a Go lambda might reference one of them like this:
where the AWS API Gateway event might look something like this:
When going through Gloo with "wrapAsApiGateway: true" and using an AuthConfig with a passthrough service (followed this doc), Gloo-wrapped event equivalent looked more like this:
Thus, need to be able to have headers generated by passthrough auth in the "requestContext.authorizer" object of the API GW event
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional Context
No response