Skip to content

Commit c253bf1

Browse files
Change to Secrets Store (plural) for consistency
1 parent 07878f4 commit c253bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/ai-gateway/configuration/bring-your-own-keys.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { CardGrid, LinkTitleCard } from "~/components";
1212

1313
Bring your own keys (BYOK) is a feature in Cloudflare AI Gateway that allows you to securely store your AI provider API keys directly in the Cloudflare dashboard. Instead of including API keys in every request to your AI models, you can configure them once in the dashboard, and reference them in your gateway configuration.
1414

15-
The keys are stored securely with [Secret Store](/secrets-store/) and allows for:
15+
The keys are stored securely with [Secrets Store](/secrets-store/) and allows for:
1616

1717
- Secure storage and limit exposure
1818
- Easier key rotation
@@ -23,7 +23,7 @@ The keys are stored securely with [Secret Store](/secrets-store/) and allows for
2323
### Prerequisites
2424

2525
- Ensure your gateway is [authenticated](/ai-gateway/configuration/authentication/).
26-
- Ensure you have appropriate permissions to create and deploy secrets on Secret Store.
26+
- Ensure you have appropriate permissions to create and deploy secrets on Secrets Store.
2727

2828
### Configure API keys
2929

0 commit comments

Comments
 (0)