From 70680ccd141244e8dbea836fb6866225da0e6c6d Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Tue, 6 Feb 2024 23:46:04 +0100 Subject: [PATCH] add Limitador to Tools-Other Signed-off-by: Eguzki Astiz Lezaun --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ad61a8e..1855050 100644 --- a/readme.md +++ b/readme.md @@ -160,6 +160,7 @@ - [APISIX](https://github.com/apache/apisix) - An api gateway that supports gRPC, HTTP(s) to gRPC and gRPC web request proxying. - [Zilla](https://github.com/aklivity/zilla) - An API gateway built for event-driven architectures and streaming that supports standard protocols such as HTTP, SSE, gRPC, MQTT and the native Kafka protocol. - [grpc-pentest-suite](https://github.com/nxenon/grpc-pentest-suite) - A collection of tools for pentesting gRPC-Web, including a Burp Suite extension for manipulating gRPC-Web payloads. +- [limitador](https://github.com/Kuadrant/limitador) - Generic rate-limiter written in Rust exposing a gRPC service that implements the Envoy Rate Limit protocol (v3).