envoyproxy/envoy

Http local ratelimiter support for silent drop

Aberta

#29.822 aberto em 26 de set. de 2023

 (7 comentários) (0 reação) (0 responsável)C++ (5.373 forks)batch import
enhancementhelp wantedstale

Métricas do repositório

Stars
 (27.997 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador