Skip to content
Open
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
34 changes: 17 additions & 17 deletions app/authzed/guides/picking-a-product/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ This document is designed to give a high-level overview of the features supporte

## Feature Matrix

| Feature | [Open Source] | [Cloud] | [Dedicated] | [Enterprise] |
| ---------------------------- | :-----------: | :-----: | :---------: | :----------: |
| Self-Hosted | <Yes /> | <No /> | <No /> | <Yes /> |
| No-commit pricing | <Yes /> | <Yes /> | <No /> | <No /> |
| [Materialize (Early Access)] | <No /> | <No /> | <Yes /> | <No /> |
| [Management Dashboard] | <No /> | <Yes /> | <Yes /> | <No /> |
| [Private Networking] | DIY | <No /> | <Yes /> | DIY |
| [Workload Isolation] | DIY | <Yes /> | <Yes /> | DIY |
| [Automated Updates] | DIY | <Yes /> | <Yes /> | DIY |
| [SOC2 Compliance] | DIY | <Yes /> | <Yes /> | DIY |
| [Audit Logging] | <No /> | <Yes /> | <Yes /> | <Yes /> |
| [Rate Limiting] | <No /> | <Yes /> | <Yes /> | <Yes /> |
| [Multi-Region Deployments] | DIY | <No /> | <Yes /> | DIY |
| [Security Embargo] | <No /> | <Yes /> | <Yes /> | <Yes /> |
| [Restricted API Access] | DIY | <Yes /> | <Yes /> | <Yes /> |
| [Expedited Support] | <No /> | <Yes /> | <Yes /> | <Yes /> |
| Feature | [Open Source] | [Cloud] | [Dedicated] | [Enterprise] |
| --------------------------------------- | :-----------: | :-----: | :---------: | :----------: |
| Self-Hosted | <Yes /> | <No /> | <No /> | <Yes /> |
| No-commit pricing | <Yes /> | <Yes /> | <No /> | <No /> |
| [Materialize (Early Access)] | <No /> | <No /> | <Yes /> | <No /> |
| [Management Dashboard] | <No /> | <Yes /> | <Yes /> | <No /> |
| [Private Networking] | DIY | <No /> | <Yes /> | DIY |
| [Workload Isolation] | DIY | <Yes /> | <Yes /> | DIY |
| [Automated Updates] | DIY | <Yes /> | <Yes /> | DIY |
| [SOC2 Compliance] | DIY | <Yes /> | <Yes /> | DIY |
| [Audit Logging] | <No /> | <Yes /> | <Yes /> | <Yes /> |
| [Rate Limiting for Overload Protection] | <No /> | <Yes /> | <Yes /> | <Yes /> |
| [Multi-Region Deployments] | DIY | <No /> | <Yes /> | DIY |
| [Security Embargo] | <No /> | <Yes /> | <Yes /> | <Yes /> |
| [Restricted API Access] | DIY | <Yes /> | <Yes /> | <Yes /> |
| [Expedited Support] | <No /> | <Yes /> | <Yes /> | <Yes /> |

[Cloud]: #cloud
[Dedicated]: #dedicated
Expand All @@ -45,7 +45,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