Skip to content

Commit 396d73f

Browse files
Fill in overview page
1 parent b86fd62 commit 396d73f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,20 @@ title: Cloudflare Secrets Store
33
pcx_content_type: overview
44
sidebar:
55
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.
77
head:
88
- tag: title
99
content: Overview
1010
---
1111

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+
<Plan type="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

Comments
 (0)