-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[ZT] Unified Access apps #19115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[ZT] Unified Access apps #19115
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
71a10e6
self-hosted app IA
ranbel 90010b8
update title
ranbel 4600d62
Update index.mdx
kennyj42 41a4c37
update IA
ranbel 22ff986
new self-hosted flow
ranbel 77f9122
Merge branch 'production' into ranbel/unified-access-apps
ranbel a79476a
clean up self-hosted apps and links
ranbel d3fe30a
update tutorials that used old self-hosted app flow
ranbel 1178e96
new Rule Groups link
ranbel e2c8193
fix broken link
ranbel 4ce53f4
move ICMP content
ranbel 3b94369
private app updates
ranbel 7ef9ac3
update private network app
ranbel 557a0d5
rename legacy private apps page
ranbel e0e0ab4
migrate legacy policy
ranbel c635063
update policies page
ranbel 9d020c4
update Rule groups
ranbel 057fb2c
update Access group language throughout docs
ranbel 9b6eb8a
update glossary
ranbel ef2a41d
early access note
ranbel 997ec47
Merge branch 'production' into ranbel/unified-access-apps
ranbel 235e06c
Update index.mdx
kennyj42 10bafb8
Update self-hosted-private-app.mdx
kennyj42 1b09de9
Update self-hosted-private-app.mdx
kennyj42 6990876
Update self-hosted-private-app.mdx
kennyj42 31e2c37
Update self-hosted-private-app.mdx
kennyj42 a6cca55
Merge branch 'production' into ranbel/unified-access-apps
ranbel 27f3b31
apply review feedback
ranbel 821a78f
Apply suggestions from code review
maxvp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file removed
BIN
-263 KB
...sets/images/cloudflare-one/secure-origin-connections/mongodb-tunnel/add-app.png
Binary file not shown.
Binary file removed
BIN
-206 KB
...ts/images/cloudflare-one/secure-origin-connections/mongodb-tunnel/add-rules.png
Binary file not shown.
Binary file removed
BIN
-111 KB
src/assets/images/cloudflare-one/zero-trust-security/ssh/app-list.png
Binary file not shown.
Binary file removed
BIN
-91.9 KB
...dflare-one/zero-trust-security/vnc-client-in-browser/vnc-domain-application.png
Binary file not shown.
Binary file removed
BIN
-273 KB
.../images/cloudflare-one/zero-trust-security/vnc-client-in-browser/vnc-policy.png
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
src/content/docs/cloudflare-one/api-terraform/access-api-examples/access-group.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 0 additions & 52 deletions
52
src/content/docs/cloudflare-one/applications/configure-apps/self-hosted-apps.mdx
This file was deleted.
Oops, something went wrong.
48 changes: 48 additions & 0 deletions
48
...tent/docs/cloudflare-one/applications/configure-apps/self-hosted-public-app.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| --- | ||
| pcx_content_type: how-to | ||
| title: Publish a self-hosted application to the Internet | ||
| sidebar: | ||
| order: 2 | ||
| label: Self-hosted public application | ||
| --- | ||
|
|
||
| import { Render } from "~/components" | ||
|
|
||
| You can securely publish internal tools and applications by adding Cloudflare Access as an authentication layer between the end user and your origin server. | ||
|
|
||
| ## Prerequisites | ||
|
|
||
| - An [active domain on Cloudflare](/fundamentals/setup/manage-domains/add-site/) | ||
| - Domain uses either a [full setup](/dns/zone-setups/full-setup/) or a [partial (`CNAME`) setup](/dns/zone-setups/partial-setup/) | ||
|
|
||
| ## 1. Add your application to Access | ||
|
|
||
| <Render file="access/self-hosted-app" /> | ||
|
|
||
| ## 2. Connect your origin to Cloudflare | ||
|
|
||
| [Set up a Cloudflare Tunnel](/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel/) to publish your internal application. Only users who match your Access policies will be granted access. | ||
|
|
||
| :::note | ||
| We recommend [creating an Access application](#1-add-your-application-to-access) before setting up the tunnel route. If you do not have an Access application in place, public hostname routes in Tunnel are available to anyone on the Internet. | ||
| ::: | ||
|
|
||
| If your application is already publicly routable, a Tunnel is not strictly required. However, you will then need to protect your origin IP using [other methods](/fundamentals/basic-tasks/protect-your-origin-server/). | ||
|
|
||
| ## 3. Validate the Access token | ||
|
|
||
| <Render file="access/secure-tunnel-with-access" /> | ||
|
|
||
| Users can now connect to your self-hosted application after authenticating with Cloudflare Access. | ||
|
|
||
| ## Product compatibility | ||
|
|
||
| When using Access self-hosted applications, the majority of Cloudflare products will be compatible with your application. | ||
|
|
||
| However, the following products are not supported: | ||
|
|
||
| * [Automatic Signed Exchanges](/speed/optimization/other/signed-exchanges/) | ||
| * [Automatic Platform Optimization](/automatic-platform-optimization) | ||
| * [Zaraz](/zaraz) | ||
|
|
||
| You can disable Automatic Signed Exchanges and Zaraz for a specific application - instead of across your entire zone - using a [Configuration Rule](/rules/configuration-rules/) scoped to the application domain. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 53 additions & 0 deletions
53
...ontent/docs/cloudflare-one/applications/non-http/legacy-private-network-app.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| --- | ||
| pcx_content_type: how-to | ||
| title: Private network applications (legacy) | ||
| sidebar: | ||
| order: 4 | ||
| label: Private network applications (legacy) | ||
| --- | ||
|
|
||
| :::note | ||
| Not recommended for new deployments. We recommend using a [self-hosted application](/cloudflare-one/applications/non-http/self-hosted-private-app/) to secure a private IP address. | ||
| ::: | ||
|
|
||
| You can configure a **Private Network** application to manage access to specific applications on your private network. | ||
|
|
||
| To create a private network application: | ||
|
|
||
| 1. In [Zero Trust](https://one.dash.cloudflare.com), go to **Access** > **Applications** > **Add an application**. | ||
|
|
||
| 2. Select **Private Network**. | ||
|
|
||
| 3. Name your application. | ||
|
|
||
| 4. For **Application type**, select _Destination IP_. | ||
|
|
||
| 5. For **Value**, enter the IP address for your application (for example, `10.128.0.7`). | ||
| :::note | ||
| If you would like to create a policy for an IP/CIDR range instead of a specific IP address, you can build a [Gateway Network policy](/cloudflare-one/policies/gateway/network-policies/) using the **Destination IP** selector. | ||
| ::: | ||
|
|
||
| 6. Configure your [App Launcher](/cloudflare-one/applications/app-launcher/) visibility and logo. | ||
|
|
||
| 7. Select **Next**. You will see two auto-generated Gateway Network policies: one that allows access to the destination IP and another that blocks access. | ||
|
|
||
| 8. Modify the policies to include additional identity-based conditions. For example: | ||
|
|
||
| - **Policy 1** | ||
|
|
||
| | Selector | Operator | Value | Logic | Action | | ||
| | -------------- | ------------- | ---------------- | ----- | ------ | | ||
| | Destination IP | in | `10.128.0.7` | And | Allow | | ||
| | User Email | matches regex | `.*@example.com` | | | | ||
|
|
||
| - **Policy 2** | ||
|
|
||
| | Selector | Operator | Value | Action | | ||
| | -------------- | -------- | ------------ | ------ | | ||
| | Destination IP | in | `10.128.0.7` | Block | | ||
|
|
||
| Policies are evaluated in [numerical order](/cloudflare-one/policies/gateway/order-of-enforcement/#order-of-precedence), so a user with an email ending in @example.com will be able to access `10.128.0.7` while all others will be blocked. For more information on building network policies, refer to our [dedicated documentation](/cloudflare-one/policies/gateway/network-policies/). | ||
|
|
||
| 9. Select **Add application**. | ||
|
|
||
| Your application will appear on the **Applications** page. |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.