Skip to content

Commit 97dc230

Browse files
Overall review and adjust headings
1 parent a4ea994 commit 97dc230

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

src/content/docs/secrets-store/access-control.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Secrets Store allows security administrators to have more control, by implementi
1212
- **Super administrator**: Can create, edit, delete, and view secrets. Can also add the binding to access a Secrets Store secret to a `wrangler.toml` file.
1313
- (TBC)**Workers admin**: Cannot create, edit, nor delete secrets. Can add the binding to access a Secrets Store secret to a `wrangler.toml` file.
1414

15-
## Assign create/edit/delete permissions
15+
## Assign permissions
1616

1717
Super administrators can grant create/edit/delete permissions to other users via the following API call:
1818

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Manage your secrets
2+
title: Manage account secrets
33
pcx_content_type: concept
44
sidebar:
55
order: 4
@@ -10,7 +10,9 @@ description: Learn about different operations to manage your secrets in Cloudfla
1010

1111
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.
13+
Secrets can be API tokens, public/private keys, authorization keys, passwords, or even code variables. The only limitation is that it must be a string within 1024 bytes.
14+
15+
Once a secret is added to the secrets store, it can no longer be decrypted or accessed via API or on the Dashboard, only the service associated with it will be able to access it.
1416

1517
## Limits
1618

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ sidebar:
77

88
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.
99

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.
10+
Once a secret is added to the secrets store, it can no longer be decrypted or accessed via API or on the Dashboard, only the service associated with it will be able to access it.

0 commit comments

Comments
 (0)