-
Notifications
You must be signed in to change notification settings - Fork 889
feat: Add documentation for workspace proxy creation #7377
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
Conversation
docs/admin/workspaceproxies.md
Outdated
|
||
A workspace proxy is a relay connection a developer can choose to use when connecting with their workspace over ssh, a workspace app, port forwarding, etc. | ||
|
||
<!-- TODO: Might want to modify this diagram? --> |
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.
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.
🙏
I figure someone can make a better graphic. I just wanted something since it's way easier to understand when illustrated.
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.
Yeah this really helps convey how it works
Oh - had another thought. It'd be helpful to mention that workspace proxies only need network connectivity to the Coder dashboard URL and only need port 443 exposed. Workspace proxies do not need to connect to the database. |
Initial documentation for workspace proxies. This will evolve over time.
Disclaimer that is is experimental is at the top. So we can merge these docs if we are happy with the language and modify as we develop.