You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When wrapAsApiGateway and unwrapAsApiGateway were implemented, they were implemented as custom transformers which were defined in envoy-gloo-ee to protect them as enterprise features. After moving unwrapAsApiGateway into OSS, and looking ahead toward other potential request/response transformer implementations, it makes sense to extract the logic for unwrapAsAlb out into a custom transformer as well. This will be more uniform and will serve to simplify the internal API
The text was updated successfully, but these errors were encountered:
When
wrapAsApiGateway
andunwrapAsApiGateway
were implemented, they were implemented as custom transformers which were defined inenvoy-gloo-ee
to protect them as enterprise features. After movingunwrapAsApiGateway
into OSS, and looking ahead toward other potential request/response transformer implementations, it makes sense to extract the logic forunwrapAsAlb
out into a custom transformer as well. This will be more uniform and will serve to simplify the internal APIThe text was updated successfully, but these errors were encountered: