Skip to content

Commit 62fb682

Browse files
Fix capitalization and add Secrets Store reporter role
1 parent d10632f commit 62fb682

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ description: Learn about role-based access control with Cloudflare Secrets Store
99

1010
Secrets Store allows security administrators to have more control, by implementing role-based access. Refer to the list below for default role definitions. For details about roles at Cloudflare, refer to [Fundamentals](/fundamentals/setup/manage-members/).
1111

12-
- **Super administrator**: Can create, edit, duplicate, delete, and view secrets metadata. Can also add a [Secrets Store binding to a Worker](/secrets-store/integrations/workers/).
13-
- (TBC)**Secrets Store admin**: Can create, edit, duplicate, delete, and view secrets metadata. Can also add a [Secrets Store binding to a Worker](/secrets-store/integrations/workers/).
12+
- **Super administrator**: Can create, edit, duplicate, delete, and view secrets metadata. Can also [add a Secrets Store binding to a Worker](/secrets-store/integrations/workers/).
13+
- **Secrets Store admin**: Can create, edit, duplicate, delete, and view secrets metadata. Can also [add a Secrets Store binding to a Worker](/secrets-store/integrations/workers/).
14+
- (TBC)**Secrets Store reporter**: Can view secrets metadata but cannot create, edit, duplicate, nor delete secrets.
1415

1516
## Assign permissions
1617

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +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 must 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 a secret must be a string within 1024 bytes.
1414

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 a given secret will be able to access it.
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 a given secret will be able to access it.
1616

1717
## Limits
1818

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 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.
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 a given secret will be able to access it.

0 commit comments

Comments
 (0)