Skip to content

Commit da1d6fd

Browse files
pedrosousathomasgauvin
authored andcommitted
[WAF] Update Exposed Credentials Check upgrade (#23921)
1 parent 97eef0c commit da1d6fd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/content/docs/waf/managed-rules/check-for-exposed-credentials/upgrade-to-leaked-credentials-detection.mdx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 10
66
---
77

8-
import { Render } from "~/components";
8+
import { Render, Tabs, TabItem } from "~/components";
99

1010
This guide describes the general steps to upgrade your [Exposed Credentials Check](/waf/managed-rules/check-for-exposed-credentials/) configuration to the new [leaked credentials detection](/waf/detections/leaked-credentials/).
1111

@@ -23,10 +23,20 @@ This upgrade guide applies to customers changing from Exposed Credentials Check
2323

2424
If you had deployed the Cloudflare Exposed Credentials Check managed ruleset:
2525

26+
<Tabs syncKey="dashNewNav"> <TabItem label="Old dashboard">
27+
2628
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
2729
2. Go to **Security** > **WAF** > **Managed rules**.
2830
3. Under **Managed rules**, edit the rule that executes the Cloudflare Exposed Credentials Check Ruleset and take note of the current configuration (namely the performed action). Next, delete (or turn off) that rule.
2931

32+
</TabItem> <TabItem label="New dashboard" icon="rocket">
33+
34+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account and domain.
35+
2. Go to **Security** > **Security rules** and filter by **Managed rules**.
36+
3. Edit the rule that executes the Cloudflare Exposed Credentials Check Ruleset and take note of the current configuration (namely the performed action). Next, delete (or turn off) that rule.
37+
38+
</TabItem> </Tabs>
39+
3040
:::note
3141
While Exposed Credentials Check and leaked credentials detection can work side by side, enabling both features will increase the latency on incoming requests related to authentication.
3242
:::

0 commit comments

Comments
 (0)