-
Notifications
You must be signed in to change notification settings - Fork 11.7k
TUN-3510: Argo Tunnel docs now use ingress rules (not CLI) to configure origins #260
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
TUN-3510: Argo Tunnel docs now use ingress rules (not CLI) to configure origins #260
Conversation
| disableChunkedEncoding: true | ||
| ``` | ||
| Remember you can [validate](/routing-to-tunnel/ingress#validating-your-configuration) and [test](/routing-to-tunnel/ingress#testing-your-configuration) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could remove "Remember" and start "You can" for users who have not reviewed that section yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
| The example ingress rules above always proxied traffic to a HTTP service running on localhost. But `cloudflared` supports | ||
| other options too, including SSH, RDP, arbitrary TCP services, and unix sockets. You can also route traffic to the | ||
| built-in Hello World test server, or configure cloudflared to just respond with 404. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing tic marks: cloudflared
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
2cdfc0e to
d3c86f0
Compare
abracchi-tw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left some comments. @adamchalmers let me know what you think
00695fb to
28ff599
Compare
ingress rules. CLI args moved into a legacy page.
28ff599 to
deff8ab
Compare
Deploying with
|
| Latest commit: |
ac7bda2
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d36369c2.cloudflare-docs-7ou.pages.dev |
The docs now tell users to configure the local services running on their origin via Ingress Rules, not via the CLI. I've added a new page explaining how ingress rules work, and another new page with all the various ingress rule config options.
Origin-related CLI arguments have been moved into their own page and marked as legacy. This PR should not result in any broken links.