envoyproxy/envoy

rate limit: modularize the extension configuration

Open

#15.633 aperta il 23 mar 2021

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)C++ (5373 fork)batch import
area/ratelimithelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

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.

Guida contributor