Skip to content

Commit d10632f

Browse files
Text review and fill in Secrets Store admin description
1 parent 2e09755 commit d10632f

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ 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-
- (TBC)**Secrets Store admin**:
13-
- **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.
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/).
1414

1515
## Assign permissions
1616

src/content/docs/secrets-store/manage-secrets/how-to.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You must have a (TBC)[Super Administrator or Secrets Store admin role](/secrets-
1919

2020
## Duplicate a secret
2121

22-
Duplicate a secret to keep the same secret value but change name, scope (once available), or comments.
22+
Duplicate a secret to keep the same secret value but change name, scope, or comments.
2323

2424
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
2525
2. Go to **Secrets Store**.
@@ -30,7 +30,11 @@ Duplicate a secret to keep the same secret value but change name, scope (once av
3030

3131
## Edit a secret
3232

33-
Edit a secret to replace an existing value with a new one. This action will cause the replacement in all services using the secret.
33+
Edit a secret to replace an existing value with a new one.
34+
35+
:::caution
36+
This action will cause the replacement in all services using the secret.
37+
:::
3438

3539
You can also edit the secret **Permission scope** and **Comment**.
3640

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { DirectoryListing, FeatureTable } from "~/components";
1212

1313
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.
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 it 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

0 commit comments

Comments
 (0)