Skip to content

Commit 0a37746

Browse files
availability
1 parent 0f742fd commit 0a37746

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

src/content/docs/api-shield/security/sequence-mitigation/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66

77
---
88

9-
import { GlossaryTooltip } from "~/components"
9+
import { GlossaryTooltip, Render } from "~/components"
1010

1111
Sequence mitigation allows you to enforce request patterns for authenticated clients communicating with your API. This feature utilizes the same underlying system that powers Sequence Analytics.
1212

@@ -73,4 +73,4 @@ Sequence mitigation rules have a lookback period of 10 minutes. If you create a
7373

7474
## Availability
7575

76-
Sequence mitigation is currently in a closed beta and is only available for Enterprise customers. If you would like to be included in the beta, contact your account team.
76+
<Render file="sequence-mitigation-availability" product="api-shield" />

src/content/docs/api-shield/security/sequence-mitigation/manage-sequence-rules.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ head:
1010
content: Manage sequence rules
1111

1212
---
13-
import { Steps, Tabs, TabItem } from "~/components"
13+
import { Steps, Tabs, TabItem, Render } from "~/components"
1414

15-
:::note
1615
Cloudflare recommends creating sequence rules using WAF custom rules. Refer to the [sequence custom rules documentation](/api-shield/security/sequence-mitigation/custom-rules/) for more information.
16+
17+
:::note
18+
<Render file="sequence-mitigation-availability" product="api-shield" />
1719
:::
1820

1921
## Create a sequence rule
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
{}
3+
4+
---
5+
6+
Sequence mitigation is currently in a closed beta and is only available for Enterprise customers. If you would like to be included in the beta, contact your account team.

0 commit comments

Comments
 (0)