Skip to content

Commit 6790813

Browse files
Adjust limits and change availability to closed beta
1 parent 6fe4153 commit 6790813

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Cloudflare Secrets Store
33
pcx_content_type: overview
44
sidebar:
5+
badge:
6+
text: Beta
57
order: 1
68
description: Use Secrets Store to encrypt and store sensitive information as secrets that are securely reusable across your Cloudflare account.
79
head:
@@ -15,7 +17,7 @@ import { Description, Plan } from "~/components";
1517
Encrypt and store sensitive information as secrets that are securely reusable across your account.
1618
</Description>
1719

18-
<Plan type="all" />
20+
<Plan id="secrets_store.properties.availability.summary" />
1921

2022
Cloudflare Secrets Store is a secure, centralized location in which account-level secrets are stored and managed. The secrets are securely encrypted and stored across all Cloudflare data centers.
2123

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ Once a secret is added to the Secrets Store, it can no longer be decrypted or ac
1616

1717
## Limits
1818

19-
<FeatureTable id="secrets_store.secrets_management" />
20-
21-
Refer to [Pricing](https://www.cloudflare.com/plans/) for details.
19+
Customers enrolled in the closed beta can create up to 100 secrets per Cloudflare account.
2220

2321
## Resources
2422
<DirectoryListing />

src/content/plans/index.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2893,17 +2893,14 @@
28932893
"secrets_store": {
28942894
"title": "Secrets Store",
28952895
"link": "/secrets-store/",
2896-
"secrets_management": {
2897-
"title": "Secrets managemet",
2898-
"link": "/secrets-store/manage-secrets/",
2899-
"properties": {
2900-
"secrets_count": {
2901-
"title": "Number of secrets",
2902-
"free": "1000",
2903-
"pro": "5000",
2904-
"biz": "10000",
2905-
"ent": "More than 10000"
2906-
}
2896+
"properties": {
2897+
"availability": {
2898+
"title": "Availability",
2899+
"summary": "Available in closed beta",
2900+
"free": "No",
2901+
"pro": "No",
2902+
"biz": "No",
2903+
"ent": "No"
29072904
}
29082905
}
29092906
},

0 commit comments

Comments
 (0)