Skip to content

Commit 48aaf4a

Browse files
committed
Simplify dashboard instructions in example
1 parent a3fbc0f commit 48aaf4a

File tree

1 file changed

+4
-16
lines changed
  • src/content/docs/waf/account/managed-rulesets

1 file changed

+4
-16
lines changed

src/content/docs/waf/account/managed-rulesets/index.mdx

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,15 @@ The second rule logs any matches for PL4 rules, the most strict set of rules in
3232

3333
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
3434

35-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
36-
37-
2. Go to Account Home > **WAF** > **Managed rulesets**.
38-
39-
3. Select **Deploy** > **Deploy managed ruleset**.
40-
41-
4. Next to the **Cloudflare OWASP Core Ruleset**, select **Select ruleset**.
42-
43-
5. Give a name to the rule deploying the ruleset in **Execution name**.
44-
45-
6. (Optional) To execute the managed ruleset for a subset of incoming requests, select **Edit scope** and [configure the expression](/ruleset-engine/rules-language/expressions/edit-expressions/) that will determine the scope of the current rule deploying the managed ruleset.
46-
47-
7. Customize the behavior of the managed ruleset in the following ways:
35+
1. Deploy the Cloudflare OWASP Core Ruleset by following the [dashboard instructions](/waf/account/managed-rulesets/deploy-dashboard/#deploy-a-managed-ruleset), customizing the ruleset behavior using these settings:
4836

4937
- **OWASP Anomaly Score Threshold**: _Medium - 40 and higher_
5038
- **OWASP Paranoia Level**: _PL3_
5139
- **OWASP Action**: _Managed Challenge_
5240

53-
8. Select **Deploy**.
41+
2. Select **Deploy**.
5442

55-
9. Repeat the procedure with the following ruleset configuration:
43+
3. Repeat the deployment procedure for the OWASP ruleset, but with following ruleset configuration:
5644

5745
- **OWASP Anomaly Score Threshold**: _Medium - 40 and higher_
5846
- **OWASP Paranoia Level**: _PL4_
@@ -62,7 +50,7 @@ Once you finish your configuration, the **Deployed managed rulesets** list will
6250

6351
</TabItem> <TabItem label="API">
6452

65-
The following `POST` request creates an [entry point ruleset](/ruleset-engine/about/rulesets/#entry-point-ruleset) for the `http_request_firewall_managed` phase at the account level. The ruleset includes two rules deploying the Cloudflare OWASP Core Ruleset twice with different configurations.
53+
The following `POST` request for the [Create an account ruleset](/api/operations/createAccountRuleset) operation creates an [entry point ruleset](/ruleset-engine/about/rulesets/#entry-point-ruleset) for the `http_request_firewall_managed` phase at the account level. The ruleset includes two rules deploying the Cloudflare OWASP Core Ruleset twice with different configurations.
6654

6755
```bash
6856
curl "https://api.cloudflare.com/client/v4/accounts/{account_id}/rulesets" \

0 commit comments

Comments
 (0)