diff --git a/docs/admin/workspace-proxies.md b/docs/admin/workspace-proxies.md index d04e868ac9587..abed890597298 100644 --- a/docs/admin/workspace-proxies.md +++ b/docs/admin/workspace-proxies.md @@ -4,9 +4,9 @@ Workspace proxies provide low-latency experiences for geo-distributed teams. -Coder's networking does a best effort to make direct connections to a workspace. In situations where this is not possible, such as [dashboard connections](../networking/README.md#dashboard-connections), workspace proxies are able to reduce the amount of distance the network traffic needs to travel. +Coder's networking does a best effort to make direct connections to a workspace. In situations where this is not possible, such as connections via the web terminal and [web IDEs](../ides/web-ides.md), workspace proxies are able to reduce the amount of distance the network traffic needs to travel. -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. +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. Dashboard connections and API calls (e.g. the workspaces list) are not served over workspace proxies. ![ProxyDiagram](../images/workspaceproxy/proxydiagram.png) @@ -95,5 +95,3 @@ coder wsproxy server Users can navigate to their account settings to select a workspace proxy. Workspace proxy preferences are cached by the web browser. If a proxy goes offline, the session will fall back to the primary proxy. This could take up to 60 seconds. ![Workspace proxy picker](../images/admin/workspace-proxy-picker.png) - -> In a future release, Coder will automatically pick the closest workspace proxy for each user, based on browser ping. diff --git a/docs/enterprise.md b/docs/enterprise.md index 4f3723c5b273b..54d94f3e908b7 100644 --- a/docs/enterprise.md +++ b/docs/enterprise.md @@ -15,7 +15,8 @@ trial](https://coder.com/trial). | Cost Control | [Max Workspace Autostop](./templates/#configure-max-workspace-autostop) | ❌ | ✅ | | Deployment | [High Availability](./admin/high-availability.md) | ❌ | ✅ | | Deployment | [Appearance](./admin/appearance.md) | ❌ | ✅ | -| Deployment | Isolated Terraform Runners | ❌ | ✅ | +| Deployment | [Isolated Terraform Runners](./admin/provisioners.md) | ❌ | ✅ | +| Deployment | [Workspace Proxies](./admin/workspace-proxies.md) | ❌ | ✅ | > Previous plans to restrict OIDC and Git Auth features in OSS have been removed > as of 2023-01-11 diff --git a/docs/networking/README.md b/docs/networking/README.md index 42690651f33cb..dd5d37dc51099 100644 --- a/docs/networking/README.md +++ b/docs/networking/README.md @@ -109,6 +109,8 @@ Some Coder deployments require that all access is through the browser to comply with security policies. In these cases, pass the `--browser-only` flag to `coder server` or set `CODER_BROWSER_ONLY=true`. +With browser-only connections, developers can only connect to their workspaces via the web terminal and [web IDEs](../ides/web-ides.md). + ## Troubleshooting The `coder speedtest ` command measures user <-> workspace throughput.