Skip to content

Commit 4923ba8

Browse files
committed
Remove silo
1 parent a74a907 commit 4923ba8

File tree

1 file changed

+1
-28
lines changed
  • src/content/docs/cloudflare-one/policies/gateway/tiered-policies

1 file changed

+1
-28
lines changed

src/content/docs/cloudflare-one/policies/gateway/tiered-policies/index.mdx

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To set up Cloudflare Organizations, refer to [Create an Organization](/fundament
1919

2020
## Account types
2121

22-
The Gateway Tenant platform supports tiered and siloed account configurations.
22+
Tiered policies support tiered and siloed account configurations.
2323

2424
### Tiered accounts
2525

@@ -70,30 +70,3 @@ flowchart TD
7070
:::caution[Limitations]
7171
Tiered policies do not support egress policies, device posture selectors, private apps, or virtual networks.
7272
:::
73-
74-
### Siloed accounts
75-
76-
In a siloed account configuration, each account operates independently within the same tenant. Organization owners manage each account's own security policies, resources, and configurations separately.
77-
78-
```mermaid
79-
flowchart TD
80-
%% Accessibility
81-
accTitle: How Gateway policies work in a siloed account configuration
82-
accDescr: Flowchart describing the order of precedence Gateway applies policies in a siloed account configuration.
83-
84-
%% Flowchart
85-
subgraph s1["Siloed account A"]
86-
n1["Block social media"]
87-
end
88-
subgraph s2["Siloed account C"]
89-
n2["Block instant messaging"]
90-
end
91-
subgraph s3["Siloed account B"]
92-
n3["Block news"]
93-
end
94-
A["Organization owner"] -- Administers --> s1 & s3 & s2
95-
96-
n1@{ shape: lean-l}
97-
n2@{ shape: lean-l}
98-
n3@{ shape: lean-l}
99-
```

0 commit comments

Comments
 (0)