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 is available today in Beta. You can now store, manage, and deploy account level secrets from a secure, centralized platform to your Workers. The following are supported in the Secrets Store beta:
8
+
Cloudflare Secrets Store is available today in Beta. You can now store, manage, and deploy account level secrets from a secure, centralized platform to your Workers.
9
9
10
-
* Secrets Store UI & API: create, duplicate, update, scope, and delete a secret
10
+

11
+
12
+
To spin up your Cloudflare Secrets Store, simply click the new Secrets Store tab [in the dashboard](http://dash.cloudflare.com/?to=/:account/secrets-store) or use this Wrangler command:
13
+
14
+
```wrangler secrets-store store create <name> --remote```
15
+
16
+
The following are supported in the Secrets Store beta:
17
+
18
+
* Secrets Store UI & API: create your store & create, duplicate, update, scope, and delete a secret
11
19
* Workers UI: bind a new or existing account level secret to a Worker and deploy in code
12
-
* Wrangler: create, duplicate, update, scope, and delete a secret
20
+
* Wrangler: create you store & create, duplicate, update, scope, and delete a secret
13
21
* Account Management UI & API: assign Secrets Store permissions roles & view audit logs for actions taken in Secrets Store core platform
14
22
15
-
For instructions on how to get started, visit our developer documentation[here](https://developers.cloudflare.com/secrets-store/).
23
+
For instructions on how to get started, visit our [developer documentation](https://developers.cloudflare.com/secrets-store/).
0 commit comments