You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/secrets-store/manage-secrets/how-to.mdx
+35-2Lines changed: 35 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,43 @@ sidebar:
7
7
8
8
Refer to the sections below to learn about common actions you might want to take when managing your data in Secrets Store.
9
9
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
+
10
12
## Create a secret
11
13
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
13
19
14
20
## Duplicate a secret
15
21
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