solo-io / envoy-gloo

Apache License 2.0
25 stars 14 forks source link

Create body transformation mechanism to modify keys rather than overwrite the whole body #356

Open EItanya opened 4 months ago

EItanya commented 4 months ago

Currently there are 2 body transformation types available in the transformation filter:

  1. full body transformation
  2. Merge extractors to body

It would be very useful to be able render templates to modify or add specific keys within the existing JSON body.