Skip to content

Commit bc99b91

Browse files
committed
Update partials
1 parent 48ecd11 commit bc99b91

File tree

3 files changed

+28
-21
lines changed

3 files changed

+28
-21
lines changed

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

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,35 +22,42 @@ This feature replaces the legacy [private network app type](/cloudflare-one/appl
2222

2323
## Add your application to Access
2424

25-
<Render file="access/self-hosted-app/create-app" product="cloudflare-one" params={{ private: true }}/>
25+
<Render
26+
file="access/self-hosted-app/create-app"
27+
product="cloudflare-one"
28+
params={{ private: true }}
29+
/>
2630

27-
6. Add the private IP and/or private hostname that represents the application. You can use [wildcards](/cloudflare-one/policies/access/app-paths/) with private hostnames to protect multiple parts of an application that share a root path.
31+
6. Add the private IP and/or private hostname that represents the application. You can use [wildcards](/cloudflare-one/policies/access/app-paths/) with private hostnames to protect multiple parts of an application that share a root path.
2832

29-
:::note
30-
Private hostnames are currently only available over port `443` over HTTPS and the application must have a valid Server Name Indicator (SNI).
31-
:::
33+
:::note
34+
Private hostnames are currently only available over port `443` over HTTPS and the application must have a valid Server Name Indicator (SNI).
35+
:::
3236

3337
7. <Render file="access/add-access-policies" product="cloudflare-one" />
3438

35-
8. Configure how users will authenticate:
39+
8. Configure how users will authenticate:
3640

37-
1. Select the [**Identity providers**](/cloudflare-one/identity/idp-integration/) you want to enable for your application.
41+
1. Select the [**Identity providers**](/cloudflare-one/identity/idp-integration/) you want to enable for your application.
3842

39-
2. (Recommended) If you plan to only allow access via a single IdP, turn on **Instant Auth**. End users will not be shown the [Cloudflare Access login page](/cloudflare-one/applications/login-page/). Instead, Cloudflare will redirect users directly to your SSO login event.
43+
2. (Recommended) If you plan to only allow access via a single IdP, turn on **Instant Auth**. End users will not be shown the [Cloudflare Access login page](/cloudflare-one/applications/login-page/). Instead, Cloudflare will redirect users directly to your SSO login event.
4044

41-
3. (Recommended) Turn on **WARP authentication identity** to allow users to authenticate to the application using their [WARP session identity](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/). We recommend turning this on if your application is not in the browser and cannot handle a `302` redirect.
45+
3. (Recommended) Turn on **WARP authentication identity** to allow users to authenticate to the application using their [WARP session identity](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/). We recommend turning this on if your application is not in the browser and cannot handle a `302` redirect.
4246

43-
9. Select **Next**.
47+
9. Select **Next**.
4448

4549
10. (Optional) Configure [App Launcher settings](/cloudflare-one/applications/app-launcher/) for the application.
4650

4751
11. <Render file="access/access-block-page" product="cloudflare-one" />
4852

4953
12. Select **Next**.
5054

51-
13. <Render file="access/self-hosted-app/advanced-settings" product="cloudflare-one" />
55+
13. <Render
56+
file="access/self-hosted-app/advanced-settings"
57+
product="cloudflare-one"
58+
/>
5259

53-
These settings only apply to private hostnames and require [Gateway TLS decryption](/cloudflare-one/policies/gateway/http-policies/tls-decryption/).
60+
These settings only apply to private hostnames and require [Gateway TLS decryption](/cloudflare-one/policies/gateway/http-policies/tls-decryption/).
5461

5562
14. Select **Save**.
5663

@@ -74,9 +81,9 @@ The WARP client manages sessions for all non-HTTPS applications. Users will rece
7481

7582
By default, Cloudflare will evaluate a private 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/):
7683

77-
| Selector | Operator | Value | Action |
78-
| ----------------------------------- | -------- | ----- | ------ |
79-
| All Access App Private Destinations | is | on | Allow |
84+
| Selector | Operator | Value | Action |
85+
| ------------------ | -------- | --------- | ------ |
86+
| Access Private App | is | _Present_ | Allow |
8087

8188
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).
8289

src/content/partials/cloudflare-one/gateway/selectors/all-access-app-targets.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
All [targets](/cloudflare-one/applications/non-http/infrastructure-apps/#1-add-a-target) secured by an [Access infrastructure application](/cloudflare-one/applications/non-http/infrastructure-apps/).
66

7-
| UI name | API example |
8-
| ---------------------- | --------------- |
9-
| All Access App Targets | `access.target` |
7+
| UI name | API example |
8+
| ---------------------------- | --------------- |
9+
| Access Infrastructure Target | `access.target` |

src/content/partials/cloudflare-one/gateway/selectors/all-access-private-app-destinations.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
All destination IPs and hostnames secured by an [Access self-hosted private application](/cloudflare-one/applications/non-http/self-hosted-private-app/).
66

7-
| UI name | API example |
8-
| ----------------------------------- | -------------------- |
9-
| All Access Private App Destinations | `access.private_app` |
7+
| UI name | API example |
8+
| ------------------ | -------------------- |
9+
| Access Private App | `access.private_app` |

0 commit comments

Comments
 (0)