envoyproxy/envoy

rate limit: modularize the extension configuration

Open

#15,633 opened on 2021年3月23日

GitHub で見る
 (1 comment) (0 reactions) (1 assignee)C++ (5,373 forks)batch import
area/ratelimithelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

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.

コントリビューターガイド