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
[Cloudflare Secrets Store](/secrets-store/) is a secure, centralized location in which account-level secrets are stored and managed. The secrets are securely encrypted and stored across all Cloudflare data centers.
12
12
@@ -18,7 +18,7 @@ This is different from Workers [Variables and Secrets](/workers/configuration/se
18
18
19
19
## Before you begin
20
20
21
-
If [using the Dashboard](#via-dashboard), make sure you already have a Workers application. Refer to [Get started](/workers/get-started/dashboard/) for guidance.
21
+
If [using the Dashboard](#via-dashboard), make sure you already have a Workers application. Refer to the [Workers get started](/workers/get-started/dashboard/) for guidance.
22
22
23
23
You should also have a store created under the Secrets Store tab on the Dashboard. The default store in your account is automatically created when a user with [Super Administrator or Secrets Store Admin role](/secrets-store/access-control/) interacts with it.
24
24
@@ -29,13 +29,20 @@ If there are no account secrets yet, follow the steps below. You must have a [Su
29
29
:::note
30
30
You may also add account secrets directly from the Workers settings on the dashboard. You can skip to [step 2](#via-dashboard) to do that.
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
34
35
2. Go to **Secrets Store** and select **Create secret**.
35
36
3. Fill in the required fields, choosing _Workers_ as the **Permission scope**. Once the secret is saved, the secret value will no longer be available for viewing.
36
37
4. (Optional) Select **Add additional secret** to create more than one secret at a time.
37
38
5. Select **Save** to confirm
38
39
40
+
</TabItem> <TabItemlabel="API">
41
+
42
+
[Add API instructions here]
43
+
44
+
</TabItem> </Tabs>
45
+
39
46
Refer to [manage account secrets](/secrets-store/manage-secrets/) for further options.
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
46
66
2. Go to **Secrets Store**.
47
67
3. Search for the secret you would like to edit within the existing secrets list.
48
68
4. Select the three dots next to the secret and choose **Edit**.
49
69
5. Edit the available fields according to your needs and select **Save** to confirm.
50
70
71
+
</TabItem> <TabItemlabel="API">
72
+
73
+
[Add API instructions here]
74
+
75
+
</TabItem> </Tabs>
76
+
51
77
## Delete a secret
52
78
53
79
:::caution
54
80
Before deleting a secret, make sure it is not deployed. Secrets Store secrets in use are listed in the respective [Workers application](https://dash.cloudflare.com/?to=/:account/workers-and-pages/) under **Settings** > **Bindings**.
0 commit comments