Skip to content

Commit 3c22308

Browse files
committed
Improve MSP control messaging
1 parent 5631334 commit 3c22308

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/content/docs/cloudflare-one/policies/gateway/managed-service-providers.mdx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar:
99
Only available on Enterprise plans. For more information, contact your account team.
1010
:::
1111

12-
Gateway supports the [Cloudflare Tenant API](/tenant/), which allows Cloudflare-partnered managed service providers (MSPs) to set up and manage Cloudflare accounts and services for their customers. With the Tenant API, MSPs can create Zero Trust deployments with global Gateway policy control. Policies can be customized or overridden at a group or account level.
12+
Gateway supports the [Cloudflare Tenant API](/tenant/), which allows Cloudflare-partnered managed service providers (MSPs) to set up and manage Cloudflare accounts and services for their customers. With the Tenant API, MSPs can create Zero Trust deployments with global Gateway policy control. Policies can be customized or overridden at a group or individual account level.
1313

1414
The Tenant platform only supports [DNS policies](/cloudflare-one/policies/gateway/dns-policies/). For more information, refer to the [Cloudflare Zero Trust for managed service providers](https://blog.cloudflare.com/gateway-managed-service-provider/) blog post.
1515

@@ -25,7 +25,14 @@ The Gateway Tenant platform supports tiered and siloed account configurations.
2525

2626
### Tiered accounts
2727

28-
In a tiered account configuration, a top-level parent account enforces global security policies that apply to all of its child accounts. Child accounts can override or add policies as needed while still managed by the parent account.
28+
In a tiered account configuration, a top-level parent account enforces global security policies that apply to all of its child accounts. Child accounts can override or add policies as needed while still being managed by the parent account. MSPs can also configure child accounts independently from the parent account, including:
29+
30+
- Configuring a [custom block page](/cloudflare-one/policies/gateway/block-page/)
31+
- Generating or uploading [root certificates](/cloudflare-one/connections/connect-devices/user-side-certificates/)
32+
- Mapping [DNS locations](/cloudflare-one/connections/connect-devices/agentless/dns/locations/)
33+
- Creating [lists](/cloudflare-one/policies/gateway/lists/)
34+
35+
Each child account is subject to the default Zero Trust [account limits](/cloudflare-one/account-limits/).
2936

3037
Gateway evaluates parent account policies before any child account policies. To allow a child account to override a specific parent account policy, you can use the [Update a Zero Trust Gateway rule](/api/resources/zero_trust/subresources/gateway/subresources/rules/methods/update/) endpoint to set the policy's `allow_child_bypass` rule setting to `true`.
3138

@@ -61,7 +68,7 @@ flowchart TD
6168

6269
### Siloed accounts
6370

64-
In a siloed account configuration, each account operates independently within the same tenant. Each account manages its own security policies, resources, and configurations separately.
71+
In a siloed account configuration, each account operates independently within the same tenant. MSPs manage each account's own security policies, resources, and configurations separately.
6572

6673
```mermaid
6774
flowchart TD

0 commit comments

Comments
 (0)