Skip to content

Commit c1c6e79

Browse files
committed
added example command and screenshot
1 parent 5e6027c commit c1c6e79

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed
215 KB
Loading

src/content/changelog/ssl/2025-04-09-secrets-store-beta.mdx

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,19 @@ date: 2025-04-09T11:00:00Z
55
---
66
import { Card, Render, Details } from "~/components"
77

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. 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.
99

10-
* Secrets Store UI & API: create, duplicate, update, scope, and delete a secret
10+
![Import repo or choose template](~/assets/images/ssl/secrets-store-landing-page.png)
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
1119
* 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
1321
* Account Management UI & API: assign Secrets Store permissions roles & view audit logs for actions taken in Secrets Store core platform
1422

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

Comments
 (0)