|
|
|
@ -122,16 +122,16 @@ message Router { |
|
|
|
|
// .. note:: |
|
|
|
|
// Upstream HTTP filters are currently in alpha. |
|
|
|
|
// |
|
|
|
|
// Optional HTTP filters for the upstream filter chain. |
|
|
|
|
// Optional HTTP filters for the upstream HTTP filter chain. |
|
|
|
|
// |
|
|
|
|
// These filters will be applied for all requests that pass through the router. |
|
|
|
|
// They will also be applied to shadowed requests. |
|
|
|
|
// Upstream filters cannot change route or cluster. |
|
|
|
|
// Upstream filters specified on the cluster will override these filters. |
|
|
|
|
// Upstream HTTP filters cannot change route or cluster. |
|
|
|
|
// Upstream HTTP filters specified on the cluster will override these filters. |
|
|
|
|
// |
|
|
|
|
// If using upstream filters, please be aware that local errors sent by |
|
|
|
|
// upstream filters will not trigger retries, and local errors sent by |
|
|
|
|
// upstream filters will count as a final response if hedging is configured. |
|
|
|
|
// If using upstream HTTP filters, please be aware that local errors sent by |
|
|
|
|
// upstream HTTP filters will not trigger retries, and local errors sent by |
|
|
|
|
// upstream HTTP filters will count as a final response if hedging is configured. |
|
|
|
|
// [#extension-category: envoy.filters.http.upstream] |
|
|
|
|
repeated network.http_connection_manager.v3.HttpFilter upstream_http_filters = 8; |
|
|
|
|
} |
|
|
|
|