-
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 3 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
19 changes: 19 additions & 0 deletions
19
...tent/docs/cloudflare-one/applications/configure-apps/self-hosted-apps/index.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,19 @@ | ||
| --- | ||
| pcx_content_type: concept | ||
| title: Self-hosted applications | ||
| sidebar: | ||
| order: 1 | ||
|
|
||
| --- | ||
|
|
||
| import { Render } from "~/components" | ||
|
|
||
| Cloudflare Access allows you to secure internal tools and applications by providing an authentication layer between the end user and your origin server. You can use signals from your existing identity providers (IdPs), device posture providers, and [other rules](/cloudflare-one/policies/access/#selectors) to control who can access your application. You can scope your policies to an entire private IP range, or define granular rules for specific websites, subdomains, and paths. | ||
|
|
||
|  | ||
|
|
||
| The setup process for a self-hosted application depends on whether the application is publicly accessible on the Internet or restricted to users on a private network. | ||
|
|
||
| - [**Public hostname applications**](/cloudflare-one/applications/configure-apps/self-hosted-apps/public-hostname-app/) are self-hosted applications that have public DNS records. Anyone on the Internet can access the application by entering the URL in their browser and authenticating through Cloudflare Access. Securing access to a public website requires a Cloudflare DNS [full setup](/dns/zone-setups/full-setup/) or [partial CNAME setup](/dns/zone-setups/partial-setup/). | ||
|
|
||
| - [**Private network applications**](/cloudflare-one/connections/connect-networks/private-net/) are self-hosted applications that do not have public DNS records, meaning they are not reachable from the public Internet. Remote users must install the WARP client on their device and connect to the application using its private IP or private hostname. To add a private network application, refer to [Connect a private network](/cloudflare-one/connections/connect-networks/private-net/cloudflared/). | ||
ranbel marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
8 changes: 3 additions & 5 deletions
8
...tions/configure-apps/self-hosted-apps.mdx → .../self-hosted-apps/public-hostname-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
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
6 changes: 0 additions & 6 deletions
6
src/content/partials/cloudflare-one/access/self-hosted-intro.mdx
This file was deleted.
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.