Skip to content

Commit fc3eba8

Browse files
Fill in dashboard steps to manage secrets
1 parent 97dc230 commit fc3eba8

File tree

1 file changed

+35
-2
lines changed
  • src/content/docs/secrets-store/manage-secrets

1 file changed

+35
-2
lines changed

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

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,43 @@ sidebar:
77

88
Refer to the sections below to learn about common actions you might want to take when managing your data in Secrets Store.
99

10+
You must have a (TBC)[Super Administrator role](/secrets-store/access-control/) within your Cloudflare account or you must have been [assigned the necessary permissions](/secrets-store/access-control/#assign-permissions) by a Super Administrator.
11+
1012
## Create a secret
1113

12-
## Edit a secret
14+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
15+
2. Go to **Secrets Store** and select **Create secret**.
16+
3. Fill in the required fields. Note that, once the secret is saved, the secret value will no longer be available for viewing.
17+
4. (Optional) Select **Add additional secret** to create more than one secret at a time.
18+
5. Select **Save** to confirm
1319

1420
## Duplicate a secret
1521

16-
## Delete a secret
22+
Duplicate a secret to keep the same secret value but change name, scope (once available), or comments.
23+
24+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
25+
2. Go to **Secrets Store**.
26+
3. Search for the secret you would like to duplicate within the existing secrets list.
27+
4. Select the three dots next to the secret and choose **Duplicate**.
28+
5. Edit the **Secret name**, **Permission scope**, or **Comment**, according to your needs.
29+
6. Select **Save** to confirm.
30+
31+
## Edit a secret
32+
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.
34+
35+
You can also edit the secret **Permission scope** and **Comment**.
36+
37+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
38+
2. Go to **Secrets Store**.
39+
3. Search for the secret you would like to edit within the existing secrets list.
40+
4. Select the three dots next to the secret and choose **Edit**.
41+
5. Edit the available fields according to your needs and select **Save** to confirm.
42+
43+
## Delete a secret
44+
45+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
46+
2. Go to **Secrets Store**.
47+
3. Search for the secret you would like to delete within the existing secrets list.
48+
4. Select the three dots next to the secret and choose **Delete**.
49+
5. Type in the secret name and select **Delete** to confirm.

0 commit comments

Comments
 (0)