Skip to content

Commit 7a5c497

Browse files
Add conceptual info and create entry in plans/index.json
1 parent 4f89e63 commit 7a5c497

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ sidebar:
88
description: Learn about different operations to manage your secrets in Cloudflare Secrets Store.
99
---
1010

11-
import { DirectoryListing } from "~/components";
11+
import { DirectoryListing, FeatureTable } from "~/components";
1212

13+
Secrets can be API tokens, public/private keys, authorization keys, passwords, or even code variables. The only limitation is that it needs to be a string within 1024 bytes.
1314

1415
## Limits
1516

17+
<FeatureTable id="secrets_store.secrets_management" />
18+
19+
Refer to [Pricing](https://www.cloudflare.com/plans/) for details.
1620

1721
## Resources
1822
<DirectoryListing />

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ sidebar:
55
order: 6
66
---
77

8-
Consider the sections below to learn about how your data is secured with Cloudflare Secrets Store, as well as recommendations and expected procedures related to revocation.
8+
Consider the sections below to learn about how your data is secured with Cloudflare Secrets Store, as well as recommendations and expected procedures related to revocation.
9+
10+
Once a secret is put into the secret store, it can no longer be decrypted or accessed via API or UI, only the service associated with it will be able to access it.

src/content/plans/index.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2890,6 +2890,23 @@
28902890
}
28912891
}
28922892
},
2893+
"secrets_store": {
2894+
"title": "Secrets Store",
2895+
"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+
}
2907+
}
2908+
}
2909+
},
28932910
"support": {
28942911
"title": "Support",
28952912
"a_tickets": {

0 commit comments

Comments
 (0)