envoyproxy/envoy

Admission Control: support per route config

Open

#21.255 geöffnet am 11. Mai 2022

Auf GitHub ansehen
 (12 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
area/admission_controlhelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

QUESTION: Admission Control Non-Global Configurations

Description: When I try to configure Admission Control for a specific route I get the error that The filter envoy.filters.http.admission_control doesn't support virtual host-specific configurations.

I'm trying to understand the limits of this. Could I for example split traffic on headers and apply Admission Control to one set of headers? I'm still getting my bearings in the codebase, but I think this wouldn't be possible, right?

What would the complexity (and interest) be in a patch to make this filter available for virtual host-specific configurations, ex. for different headers, or different subpaths.

Thank you,

Contributor Guide