Skip to content

Commit 3ae4073

Browse files
missing import
1 parent 6bffd5c commit 3ae4073

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/content/docs/api-shield/management-and-monitoring/endpoint-management/schema-learning.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
order: 2
77
---
88

9-
import { Steps, Tabs, TabItem } from "~/components"
9+
import { Steps, Tabs, TabItem, DashButton } from "~/components"
1010

1111
Cloudflare learns schema parameters via traffic inspection. For all endpoints saved to Endpoint Management, you can export the learned schema in OpenAPI `v3.0.0` format by hostname.
1212

src/content/docs/api-shield/security/api-discovery.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
---
99

10-
import { GlossaryTooltip, Render, Tabs, TabItem, Steps } from "~/components"
10+
import { GlossaryTooltip, Render, Tabs, TabItem, Steps, DashButton } from "~/components"
1111

1212
Most development teams struggle to keep track of their APIs. Cloudflare API Discovery helps you map out and understand your attack surface area.
1313

src/content/docs/api-shield/security/authentication-posture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
---
99

10-
import { GlossaryTooltip, Render, Steps, Tabs, TabItem } from "~/components"
10+
import { GlossaryTooltip, Render, Steps, Tabs, TabItem, DashButton } from "~/components"
1111

1212
Authentication Posture helps users identify authentication misconfigurations for APIs and alerts of their presence.
1313

src/content/docs/api-shield/security/jwt-validation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ A JWT validation configuration consists of creating a token validation configura
3838

3939
<DashButton url="/?to=/:account/:zone/security/settings" />
4040
2. Filter by **API abuse**.
41-
3. On **Token configurations**, select **Configure tokens**. If you already have one or more tokens, select **&lt;N> out of &lt;M> configurations used** instead.
41+
3. On **Token configurations**, select **Configure tokens**.
4242
4. Add a name for your configuration.
4343
5. Choose where Cloudflare can locate the JWT for this configuration on incoming requests, such as a header or cookie and its name.
4444
6. Copy and paste your JWT issuer's public key(s) (JWKS).

0 commit comments

Comments
 (0)