Skip to content

Commit 1d7ff24

Browse files
authored
Updating ssl for saas & secrets store paygo (cloudflare#22613)
* updating ssl for saas & secrets store paygo * Update 2025-05-19-paygo-updates.mdx * Update 2025-05-19-paygo-updates.mdx * Update 2025-05-19-paygo-updates.mdx * Update 2025-05-19-paygo-updates.mdx * Update 2025-05-19-paygo-updates.mdx * Update 2025-05-19-paygo-updates.mdx * updated details around s4s and secrets store * Update 2025-05-19-paygo-updates.mdx * Update 2025-05-19-paygo-updates.mdx * Update 2025-05-19-paygo-updates.mdx * Update 2025-05-19-paygo-updates.mdx * Update 2025-04-09-secrets-store-beta.mdx * Update 2025-04-09-secrets-store-beta.mdx * Update 2025-05-19-paygo-updates.mdx * Update 2025-05-19-paygo-updates.mdx * Update 2025-05-19-paygo-updates.mdx
1 parent b1b9fd8 commit 1d7ff24

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed
201 KB
Loading

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Cloudflare Secrets Store now available in Beta
33
description: Manage account level Workers secrets via Cloudflare Secrets Store (beta)
44
date: 2025-04-09T11:00:00Z
5+
products:
6+
- secrets-store
57
---
68

79
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.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Increased limits for Cloudflare for SaaS and Secrets Store free and pay-as-you-go plans
3+
description: With upgraded limits to [all free and paid plans](https://www.cloudflare.com/plans/), you can now extend the benefits of Cloudflare to more end customers via [Cloudflare for SaaS](https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/) and deploy more account level variables through [Cloudflare Secrets Store](https://developers.cloudflare.com/secrets-store/).
4+
date: 2025-05-22T11:00:00Z
5+
products:
6+
- ssl
7+
- cloudflare-for-saas
8+
- secrets-store
9+
---
10+
11+
import { Card, Render, Details } from "~/components"
12+
13+
With upgraded limits to [all free and paid plans](https://www.cloudflare.com/plans/), you can now scale more easily with [Cloudflare for SaaS](https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/) and [Secrets Store](https://developers.cloudflare.com/secrets-store/).
14+
15+
[Cloudflare for SaaS](https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/) allows you to extend the benefits of Cloudflare to your customers via their own custom or vanity domains. Now, the [limit for custom hostnames](https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/plans/) on a Cloudflare for SaaS pay-as-you-go plan has been **raised from 5,000 custom hostnames to 50,000 custom hostnames.**
16+
17+
With custom origin server -- previously an enterprise-only feature -- you can route traffic from one or more custom hostnames somewhere other than your default proxy fallback. [Custom origin server](https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/start/advanced-settings/custom-origin/) is now available to Cloudflare for SaaS customers on Free, Pro, and Business plans.
18+
19+
You can enable custom origin server on a per-custom hostname basis [via the API](https://developers.cloudflare.com/api/resources/custom_hostnames/methods/edit/) or the UI:
20+
21+
![Import repo or choose template](~/assets/images/ssl/custom-origin-server.png)
22+
23+
Currently [in beta with a Workers integration](https://blog.cloudflare.com/secrets-store-beta/), [Cloudflare Secrets Store](https://developers.cloudflare.com/secrets-store/) allows you to store, manage, and deploy account level secrets from a secure, centralized platform your [Cloudflare Workers](https://developers.cloudflare.com/workers/). Now, you can create and deploy **100 secrets per account**. Try it out [in the dashboard](http://dash.cloudflare.com/?to=/:account/secrets-store), with [Wrangler](https://developers.cloudflare.com/secrets-store/integrations/workers/), or [via the API](https://developers.cloudflare.com/api/resources/secrets_store/) today.

0 commit comments

Comments
 (0)