envoyproxy/envoy

Api: Move geoip_headers_to_add from provider level to geoip filter

Open

#31.001 aberto em 21 de nov. de 2023

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
area/geoiparea/http_filterenhancementhelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

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

Guia do colaborador