Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RLP docs and examples for v1beta2 #233

Merged
merged 9 commits into from
Aug 30, 2023
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ EOF

The user guides section of the docs gathers several use-cases as well as the instructions to implement them using kuadrant.

* [Simple rate limiting for API owners](doc/user-guides/simple-rl-for-api-owners.md)
* [Authenticated rate limiting for API owners](doc/user-guides/authenticated-rl-for-api-owners.md)
* [Gateway rate limiting for cluster operators](doc/user-guides/gateway-rl-for-cluster-operators.md)
* [Authenticated rate limiting with JWTs and Kubernetes authnz](doc/user-guides/authenticated-rl-with-jwt-and-k8s-authnz.md)
* [Simple Rate Limiting for Application Developers](doc/user-guides/simple-rl-for-app-developers.md)
* [Authenticated Rate Limiting for Application Developers](doc/user-guides/authenticated-rl-for-app-developers.md)
* [Gateway Rate Limiting for Cluster Operators](doc/user-guides/gateway-rl-for-cluster-operators.md)
* [Authenticated Rate Limiting with JWTs and Kubernetes RBAC](doc/user-guides/authenticated-rl-with-jwt-and-k8s-authnz.md)

## [Kuadrant Rate Limiting](doc/rate-limiting.md)

Expand Down
576 changes: 292 additions & 284 deletions doc/rate-limiting.md

Large diffs are not rendered by default.

120 changes: 52 additions & 68 deletions doc/ratelimitpolicy-reference.md

Large diffs are not rendered by default.

220 changes: 0 additions & 220 deletions doc/user-guides/authenticated-rl-for-api-owners.md

This file was deleted.

Loading
Loading