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/integrations/workers.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ You may also add account secrets directly from the Workers settings on the dashb
32
32
33
33
Refer to [manage account secrets](/secrets-store/manage-secrets/) for further options.
34
34
35
-
## 2. Bind an account secret to your worker
35
+
## 2. Bind an account secret to your Worker
36
36
37
37
(TBC) You must have one of the following [roles within your Cloudflare account](/secrets-store/access-control/):
38
38
- Super Administrator
@@ -48,7 +48,7 @@ Refer to [manage account secrets](/secrets-store/manage-secrets/) for further op
48
48
3. Go to **Settings** > **Bindings** and select **Add**.
49
49
4. On the **Add a resource binding** side panel, choose **Secrets Store**.
50
50
5. Fill in the required fields:
51
-
-**Variable name**: a name for the binding. This will be used for your worker to access the secret ([step 3](#3-access-the-secret-on-the-env-object) below).
51
+
-**Variable name**: a name for the binding. This will be used for your Worker to access the secret ([step 3](#3-access-the-secret-on-the-env-object) below).
52
52
-**Secret name**: select from the list of available account secrets created in [step 1](#1-set-up-account-secrets-in-secrets-store).
53
53
- (Optional - Admins only) If the secret you need does not exist yet, select **Create secret**. This will add an account level secret in the same way as if you had [created it on the Secrets Store](/secrets-store/manage-secrets/).
54
54
6. Select **Deploy** to deploy your binding. When deploying, there are two options:
0 commit comments