envoyproxy/envoy

rate limit: modularize the extension configuration

Open

#15 633 ouverte le 23 mars 2021

Voir sur GitHub
 (1 commentaire) (0 réactions) (1 assigné)C++ (5 373 forks)batch import
area/ratelimithelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

Currently, rate limit in envoy requires actions field that is defined in the virtual host and route configuration. This puts a pressure on the control plane to couple core networking configuration with the rate limit configuration (e.g. it's impossible to customize actions with ECDS). The proposal is to move actions into the extension configuration itself.

Guide contributeur