envoyproxy/envoy

rate limit: modularize the extension configuration

Open

#15.633 aberto em 23 de mar. de 2021

Ver no GitHub
 (1 comment) (0 reactions) (1 assignee)C++ (5.373 forks)batch import
area/ratelimithelp 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

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.

Guia do colaborador