diff --git a/app/authzed/concepts/rate-limiting/page.mdx b/app/authzed/concepts/rate-limiting/page.mdx index 823d8de9..1331a57b 100644 --- a/app/authzed/concepts/rate-limiting/page.mdx +++ b/app/authzed/concepts/rate-limiting/page.mdx @@ -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 **Tech Preview**: This feature is currently in Tech Preview and is subject to change. diff --git a/app/authzed/guides/picking-a-product/page.mdx b/app/authzed/guides/picking-a-product/page.mdx index e9e5bd6b..8fbf8dc5 100644 --- a/app/authzed/guides/picking-a-product/page.mdx +++ b/app/authzed/guides/picking-a-product/page.mdx @@ -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 | | | | | -| No-commit pricing | | | | | -| [Materialize (Early Access)] | | | | | -| [Management Dashboard] | | | | | -| [Private Networking] | DIY | | | DIY | -| [Workload Isolation] | DIY | | | DIY | -| [Automated Updates] | DIY | | | DIY | -| [SOC2 Compliance] | DIY | | | DIY | -| [Audit Logging] | | | | | -| [Rate Limiting] | | | | | -| [Multi-Region Deployments] | DIY | | | DIY | -| [Security Embargo] | | | | | -| [Restricted API Access] | DIY | | | | -| [Expedited Support] | | | | | +| Feature | [Open Source] | [Cloud] | [Dedicated] | [Enterprise] | +| --------------------------------------- | :-----------: | :-----: | :---------: | :----------: | +| Self-Hosted | | | | | +| No-commit pricing | | | | | +| [Materialize (Early Access)] | | | | | +| [Management Dashboard] | | | | | +| [Private Networking] | DIY | | | DIY | +| [Workload Isolation] | DIY | | | DIY | +| [Automated Updates] | DIY | | | DIY | +| [SOC2 Compliance] | DIY | | | DIY | +| [Audit Logging] | | | | | +| [Rate Limiting for Overload Protection] | | | | | +| [Multi-Region Deployments] | DIY | | | DIY | +| [Security Embargo] | | | | | +| [Restricted API Access] | DIY | | | | +| [Expedited Support] | | | | | [Cloud]: #cloud [Dedicated]: #dedicated @@ -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