From 0731f3b1d278ad7f808b7885df0e0e8c2eb79ff3 Mon Sep 17 00:00:00 2001 From: Guilherme Cassolato Date: Tue, 29 Aug 2023 17:08:27 +0200 Subject: [PATCH] Pointing the main rate limiting page to the related user guides --- doc/rate-limiting.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/rate-limiting.md b/doc/rate-limiting.md index 0addef22e..225a24c57 100644 --- a/doc/rate-limiting.md +++ b/doc/rate-limiting.md @@ -263,6 +263,10 @@ Use the `when` conditions to conditionally activate limits based on attributes t * One Gateway can only be targeted by one RLP. * RLPs can only target HTTPRoutes/Gateways defined within the same namespace of the RLP. -## Example +## Examples -TODO +Check out the following user guides for examples of rate limiting to services with Kuadrant: +* [Simple Rate Limiting for Application Developers](user-guides/simple-rl-for-app-developers.md) +* [Authenticated Rate Limiting for Application Developers](user-guides/authenticated-rl-for-app-developers.md) +* [Gateway Rate Limiting for Cluster Operators](user-guides/gateway-rl-for-cluster-operators.md) +* [Authenticated Rate Limiting with JWTs and Kubernetes RBAC](user-guides/authenticated-rl-with-jwt-and-k8s-authnz.md)