Skip to content

Commit c480bc8

Browse files
[SSL, Secrets Store, SaaS] Update limits (#22626)
* Update max secrets count to 100 * Update custom origin server as available to all * Update max custom hostnames limit
1 parent 18306e7 commit c480bc8

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/start/advanced-settings/custom-origin.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { GlossaryTooltip, Render } from "~/components"
1616

1717
To use a custom origin server, you need to meet the following requirements:
1818

19-
* You have purchased the [Cloudflare for SaaS Enterprise plan](/cloudflare-for-platforms/cloudflare-for-saas/plans/) and the feature is properly entitled to your account.
2019
* Each custom origin needs to be a valid hostname with a proxied (orange-clouded) A, AAAA, or CNAME record in your account's DNS. You cannot use an IP address.
2120
* The DNS record for the custom origin server does not currently support wildcard values.
2221

src/content/docs/secrets-store/manage-secrets/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Once a secret is added to the Secrets Store, it can no longer be decrypted or ac
1414

1515
## Limits
1616

17-
Customers who create a secrets store in the open beta can have up to 20 secrets per account. Also, there can only be one store per account.
17+
Customers who create a secrets store in the open beta can have up to 100 secrets per account. Also, there can only be one store per account.
1818

1919
:::note[Production secrets]
20-
If you use [Wrangler](/secrets-store/manage-secrets/how-to/#manage-via-wrangler), there is a difference between production secrets and secrets that are only created locally (without the `--remote` flag). The limit of 20 secrets per account only considers production secrets.
20+
If you use [Wrangler](/secrets-store/manage-secrets/how-to/#manage-via-wrangler), there is a difference between production secrets and secrets that are only created locally (without the `--remote` flag). The limit of 100 secrets per account only considers production secrets.
2121
:::
2222

2323
## Resources

src/content/partials/cloudflare-for-platforms/get-started-fallback-origin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The fallback origin is where Cloudflare will route traffic sent to your custom h
88

99
:::note
1010

11-
If you are an Enterprise customer, you can route custom hostnames to distinct origins by using [custom origin server](/cloudflare-for-platforms/cloudflare-for-saas/start/advanced-settings/custom-origin/).
11+
To route custom hostnames to distinct origins, refer to [custom origin server](/cloudflare-for-platforms/cloudflare-for-saas/start/advanced-settings/custom-origin/).
1212

1313
:::
1414

src/content/plans/index.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2720,10 +2720,10 @@
27202720
},
27212721
"c_max_hostnames": {
27222722
"title": "Max hostnames",
2723-
"free": "5,000",
2724-
"pro": "5,000",
2725-
"biz": "5,000",
2726-
"ent": "Unlimited, but contact sales if using over 5,000."
2723+
"free": "50,000",
2724+
"pro": "50,000",
2725+
"biz": "50,000",
2726+
"ent": "Unlimited, but contact sales if using over 50,000."
27272727
},
27282728
"d_cost_per_hostname": {
27292729
"title": "Price per additional hostname",
@@ -2741,9 +2741,9 @@
27412741
},
27422742
"custom_origin": {
27432743
"title": "[Custom origin](/cloudflare-for-platforms/cloudflare-for-saas/start/advanced-settings/custom-origin/)",
2744-
"free": "No",
2745-
"pro": "No",
2746-
"biz": "No",
2744+
"free": "Yes",
2745+
"pro": "Yes",
2746+
"biz": "Yes",
27472747
"ent": "Yes"
27482748
},
27492749
"custom_certificates": {

0 commit comments

Comments
 (0)