You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/secrets-store/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Encrypt and store sensitive information as secrets that are securely reusable ac
19
19
20
20
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).
21
21
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.
23
23
24
24
:::note[China availability]
25
25
Secrets Store is unavailable in the [Cloudflare China Network](/china-network/), operated by Cloudflare's partner JD Cloud.
Copy file name to clipboardExpand all lines: src/content/docs/secrets-store/integrations/workers.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,3 +6,8 @@ sidebar:
6
6
label: Use with Workers
7
7
---
8
8
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.
0 commit comments