envoyproxy/envoy

Api: Move geoip_headers_to_add from provider level to geoip filter

Open

#31,001 创建于 2023年11月21日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
area/geoiparea/http_filterenhancementhelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

Title: Move geoip_headers_to_add from provider level to geoip filter

Description: Currently geoip_headers_to_add are configured in geoip provider. From logical standpoint it makes more sense to have them in geoip filter config instead, as this is not property of provider (from which source the data is being looked up) but filter (what kind of data to get from provider).

Relevant Links Discussion in past PR

贡献者指南