envoyproxy/gateway

Compression Content Type configuration

開放

#9,511 建立於 2026年7月16日

 (1 則留言) (0 個反應) (1 位負責人)Go (802 個分叉)auto 404
help wanted

倉庫指標

星標
 (2,871 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Description: Currently when you enable compression on envoy gateway there is no way how to configure allowed content types for the compression. From the envoy proxy docs we are getting default list of content types which have to match otherwise compression is completely ignored. Envoy gateway already exposes config for minContentLength but Content Type is missing.

Currently to allow custom content types outside of the default list I have to generate envoy patch policy in addition to the BTP compressor section.

[optional Relevant Links:]

See here: https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/compressor/v3/compressor.proto.html

貢獻者指南