open-consul/.changelog/17487.txt
Michael Zalimeni 61e2ea094c
Add builtin/property-override Envoy Extension (#17487)
`property-override` is an extension that allows for arbitrarily
patching Envoy resources based on resource matching filters. Patch
operations resemble a subset of the JSON Patch spec with minor
differences to facilitate patching pre-defined (protobuf) schemas.

See Envoy Extension product documentation for more details.

Co-authored-by: Eric Haberkorn <eric.haberkorn@hashicorp.com>
Co-authored-by: Kyle Havlovitz <kyle@hashicorp.com>
2023-05-26 19:52:09 +00:00

4 lines
121 B
Plaintext

```release-note:feature
xds: Add `property-override` built-in Envoy extension that directly patches Envoy resources.
```