envoyproxy/envoy

Http local ratelimiter support for silent drop

Open

#29,822 opened on 2023年9月26日

GitHub で見る
 (7 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
enhancementhelp wantedstale

Repository metrics

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

説明

Title: Http local rate limiter support for silent drop

Description: There is a scenario in which a malicious client continues to bombard the server with requests despite receiving a 429 response. Is there a way to close the connection without returning the response? Temporarily blocking the bad IP may also be helpful in preventing the server from wasting resources.

[optional Relevant Links:]

Any extra documentation required to understand the issue.

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