Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/authzed/concepts/rate-limiting/page.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "Rate Limiting"
title: "Rate Limiting for Overload Protection"
description: "Configure distributed rate limiting for AuthZed API requests"
---

import { Callout } from "nextra/components";

# Rate Limiting
# Rate Limiting for Overload Protection

<Callout type="warning">
**Tech Preview**: This feature is currently in Tech Preview and is subject to change.
Expand Down
4 changes: 2 additions & 2 deletions app/authzed/guides/picking-a-product/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This document is designed to give a high-level overview of the features supporte
| [Automated Updates] | DIY | ✅ | ✅ | DIY |
| [SOC2 Compliance] | DIY | ✅ | ✅ | DIY |
| [Audit Logging] | ❌ | ✅ | ✅ | ✅ |
| [Rate Limiting] | ❌ | ✅ | ✅ | ✅ |
| [Rate Limiting for Overload Protection] | ❌ | ✅ | ✅ | ✅ |
| [Multi-Region Deployments] | DIY | ❌ | ✅ | DIY |
| [Security Embargo] | ❌ | ✅ | ✅ | ✅ |
| [Restricted API Access] | DIY | ✅ | ✅ | ✅ |
Expand All @@ -40,7 +40,7 @@ This document is designed to give a high-level overview of the features supporte
[Private Networking]: ../concepts/private-networking
[Workload Isolation]: ../concepts/workload-isolation
[Restricted API Access]: ../concepts/restricted-api-access
[Rate Limiting]: ../concepts/rate-limiting
[Rate Limiting for Overload Protection]: ../concepts/rate-limiting

## Product Overviews

Expand Down
Loading