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
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,20 @@ title: Cloudflare Secrets Store
3
3
pcx_content_type: overview
4
4
sidebar:
5
5
order: 1
6
-
description: Use Cloudflare Secrets Store to encrypt and store sensitive information as secrets that are securely reusable across an account.
6
+
description: Use Secrets Store to encrypt and store sensitive information as secrets that are securely reusable across your Cloudflare account.
7
7
head:
8
8
- tag: title
9
9
content: Overview
10
10
---
11
11
12
+
import { Description, Plan } from"~/components";
13
+
14
+
<Description>
15
+
Encrypt and store sensitive information as secrets that are securely reusable across your account.
16
+
</Description>
17
+
18
+
<Plantype="all" />
19
+
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
+
22
+
Secrets Store is currently compatible with [Cloudflare Workers](/workers/). Integrations with other products will be added in the future. Learn how to [get started](/secrets-store/get-started/).
0 commit comments