Skip to content

Commit 046509f

Browse files
mia303kodster28
authored andcommitted
Changelog secrets store beta (#21451)
* Updated changelog for RSA and ECDSA bundling supported on custom hostnames * Updated upload description * secrets store beta changelog * Update 2025-04-09-secrets-store-beta.mdx * Apply suggestions from code review * Update src/content/changelog/ssl/2025-04-09-secrets-store-beta.mdx * added example command and screenshot * fixed 2025-02-14-cert-bundling-for-custom-hostnames.mdx --------- Co-authored-by: Kody Jackson <[email protected]>
1 parent d2682d8 commit 046509f

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
215 KB
Loading
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Cloudflare Secrets Store now available in Beta
3+
description: Manage account level Workers secrets via Cloudflare Secrets Store (beta)
4+
date: 2025-04-09T11:00:00Z
5+
hidden: true
6+
---
7+
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+
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+
```sh
15+
wrangler secrets-store store create <name> --remote
16+
```
17+
18+
The following are supported in the Secrets Store beta:
19+
20+
* Secrets Store UI & API: create your store & create, duplicate, update, scope, and delete a secret
21+
* Workers UI: bind a new or existing account level secret to a Worker and deploy in code
22+
* Wrangler: create your store & create, duplicate, update, scope, and delete a secret
23+
* Account Management UI & API: assign Secrets Store permissions roles & view audit logs for actions taken in Secrets Store core platform
24+
25+
For instructions on how to get started, visit our [developer documentation](/secrets-store/).

0 commit comments

Comments
 (0)