EnvoyFilterUsesRemoveOperationIncorrectly
This message occurs when an EnvoyFilter
uses the REMOVE
operation and ApplyTo
is set to ROUTE_CONFIGURATION
or HTTP_ROUTE
. This will cause the REMOVE
operation to be ignored. At the moment only the MERGE
operation can be used for ROUTE_CONFIGURATION
.
An example
Consider an EnvoyFilter
with the patch operation of REMOVE
where this EnvoyFilter
will just be ignored: