Skip to content

Commit 4f89e63

Browse files
More context connecting Secrets Store intro to Workers integration
1 parent d8186ab commit 4f89e63

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/content/docs/secrets-store/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Encrypt and store sensitive information as secrets that are securely reusable ac
1919

2020
Cloudflare Secrets Store is a secure, centralized location in which account-level secrets are stored and managed. The secrets are stored across all Cloudflare data centers and encrypted using Cloudflare's internal Key Management System (KMS).
2121

22-
Secrets Store is currently compatible with [Cloudflare Workers](/workers/). Integrations with other products will be added in the future.
22+
Secrets Store is currently compatible with [Cloudflare Workers](/secrets-store/integrations/workers/). Integrations with other products will be added in the future.
2323

2424
:::note[China availability]
2525
Secrets Store is unavailable in the [Cloudflare China Network](/china-network/), operated by Cloudflare's partner JD Cloud.

src/content/docs/secrets-store/integrations/workers.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ sidebar:
66
label: Use with Workers
77
---
88

9+
Consider the steps below to learn how to use values from your account [Secrets Store](/secrets-store/) with [Cloudflare Workers](/workers/).
10+
11+
:::note
12+
This is different from Workers [Variables and Secrets](/workers/configuration/secrets/), where you define and manage your secrets on a per-worker level.
13+
:::

0 commit comments

Comments
 (0)