Skip to content

Commit 9f43e86

Browse files
committed
ZTIA-507: Update docs to match new Gateway selectors for Access infra apps
1 parent f63960a commit 9f43e86

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,18 @@ The following [Access policy selectors](/cloudflare-one/policies/access/#selecto
122122
- Authentication method
123123
- Device posture
124124
- Entra group, GitHub organization, Google Workspace group, Okta group
125+
126+
## Modify order of precedence in Gateway
127+
128+
By default, Cloudflare will evaluate an Infrastructure application's Access policies after evaluating all Gateway network policies. To evaluate Access private applications before or after specific Gateway policies, create the following [Gateway network policy](/cloudflare-one/policies/gateway/network-policies/):
129+
130+
131+
| Selector | Operator | Value | Action |
132+
| -------- | -------- | ------------ | ------ |
133+
| All Access App Targets | is | `Enabled` | Allow |
134+
135+
You can now drag and drop this policy in the Gateway policy builder to change its [order of precedence](/cloudflare-one/policies/gateway/order-of-enforcement/#order-of-precedence).
136+
137+
:::note
138+
Users must pass the policies in your Access application before they are granted access. The Gateway Allow policy is strictly for routing and connectivity purposes.
139+
:::

src/content/docs/cloudflare-one/applications/non-http/self-hosted-private-app.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ By default, Cloudflare will evaluate a private application's Access policies aft
7878

7979
| Selector | Operator | Value | Action |
8080
| -------- | -------- | ------------ | ------ |
81-
| All Access Private Apps | is | `Enabled` | Allow |
81+
| All Access Private App Destinations | is | `Enabled` | Allow |
8282

8383
You can now drag and drop this policy in the Gateway policy builder to change its [order of precedence](/cloudflare-one/policies/gateway/order-of-enforcement/#order-of-precedence).
8484

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ API value: `allow`
3939
**Traffic**
4040

4141
- [All Access Private Apps](#all-access-private-apps)
42+
- [All Access App Targets](#all-access-app-targets)
4243
- [Application](#application)
4344
- [Content Categories](#content-categories)
4445
- [Destination Continent IP Geolocation](#destination-continent)
@@ -237,6 +238,14 @@ All destination IPs and hostnames associated with an [Access self-hosted private
237238
| ----------- | -------------------------- |
238239
| All Access Private App Destinations | `access.private_app` |
239240

241+
### All Access App Targets
242+
243+
All destination IPs and hostnames associated with an [Access Infrastructure application](/cloudflare-one/applications/non-http/infrastructure-apps/#modify-order-of-precedence-in-gateway).
244+
245+
| UI name | API example |
246+
| ----------- | -------------------------- |
247+
| All Access App Targets | `access.target` |
248+
240249
### Application
241250

242251
<Render file="gateway/selectors/application" params={{ one: "network" }} />

0 commit comments

Comments
 (0)