Airlock Microgateway allows adding additional Envoy filters in the CR EnvoyHTTPFilter. The CR EnvoyCluster allows configuring additional clusters if a native Envoy HTTP filter relies on it.
For debugging purposes, it can be helpful to configure additional Envoy filters.
- Two filters that have proven to be especially useful for request/response debugging are:
- Tap filter for recording HTTP traffic.
- Buffer filter for buffering entire requests before forwarding them.
This article covers the general steps needed to configure additional envoy filters and gives additional information about the above filters.
The instructions in this article may be used to configure additional/other Envoy filters. For a complete list of filters, see official Envoy HTTP filters documentation.