Skip to content

Commit fa7ccc8

Browse files
committed
Update network policies
1 parent 09335b6 commit fa7ccc8

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

src/content/docs/cloudflare-one/applications/non-http/infrastructure-apps.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Access for Infrastructure currently only supports [SSH](/cloudflare-one/connecti
3737

3838
## 1. Add a target
3939

40-
<Render file="access/add-target" params={{ protocol: "generic" }}/>
40+
<Render file="access/add-target" params={{ protocol: "generic" }} />
4141

4242
## 2. Add an infrastructure application
4343

@@ -122,9 +122,9 @@ The following [Access policy selectors](/cloudflare-one/policies/access/#selecto
122122

123123
By default, Cloudflare will evaluate Access infrastructure application policies after evaluating all Gateway network policies. To evaluate Access infrastructure applications before or after specific Gateway policies, create the following [Gateway network policy](/cloudflare-one/policies/gateway/network-policies/):
124124

125-
| Selector | Operator | Value | Action |
126-
| ---------------------- | -------- | ----- | ------ |
127-
| All Access App Targets | is | on | Allow |
125+
| Selector | Operator | Value | Action |
126+
| ---------------------------- | -------- | --------- | ------ |
127+
| Access Infrastructure Target | is | _Present_ | Allow |
128128

129129
You can move this policy in the Gateway policy builder to change its [order of precedence](/cloudflare-one/policies/gateway/order-of-enforcement/#order-of-precedence).
130130

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ API value: `allow`
4040

4141
**Traffic**
4242

43-
- [All Access Private Apps](#all-access-private-app-destinations)
44-
- [All Access App Targets](#all-access-app-targets)
43+
- [Access Infrastructure Target](#access-infrastructure-target)
44+
- [Access Private App](#access-private-app)
4545
- [Application](#application)
4646
- [Content Categories](#content-categories)
4747
- [Destination Continent IP Geolocation](#destination-continent)
@@ -137,6 +137,8 @@ API value: `block`
137137

138138
**Traffic**
139139

140+
- [Access Infrastructure Target](#access-infrastructure-target)
141+
- [Access Private App](#access-private-app)
140142
- [Application](#application)
141143
- [Content Categories](#content-categories)
142144
- [Destination Continent IP Geolocation](#destination-continent)
@@ -232,13 +234,13 @@ Gateway will only log successful override connections in your [network logs](/cl
232234

233235
Gateway matches network traffic against the following selectors, or criteria.
234236

235-
### All Access Private App Destinations
237+
### Access Infrastructure Target
236238

237-
<Render file="gateway/selectors/all-access-private-app-destinations" />
239+
<Render file="gateway/selectors/all-access-app-targets" />
238240

239-
### All Access App Targets
241+
### Access Private App
240242

241-
<Render file="gateway/selectors/all-access-app-targets" />
243+
<Render file="gateway/selectors/all-access-private-app-destinations" />
242244

243245
### Application
244246

0 commit comments

Comments
 (0)