Skip to content

Commit

Permalink
docs: update port forwarding to state it works without a wildcard wit…
Browse files Browse the repository at this point in the history
…h tunnel (#4887)
  • Loading branch information
sharkymark committed Nov 9, 2022
1 parent d82364b commit b6f2a29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/networking/port-forwarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ For more examples, see `coder port-forward --help`.
## Dashboard

> To enable port forwarding via the dashboard, Coder must be configured with a
> [wildcard access URL](../admin/configure.md#wildcard-access-url).
> [wildcard access URL](../admin/configure.md#wildcard-access-url). If an access
> URL is not specified, Coder will create [a publicly accessible URL](../admin/configure.md#tunnel)
> to reverse proxy the deployment, and port forwarding will work. There is a
> known limitation where if the port forwarding URL length is greater than 63
> characters, port forwarding will not work.
### From an arbitrary port

Expand Down
4 changes: 2 additions & 2 deletions docs/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<blockquote class="info">
This article explains how to use secrets in a workspace. To authenticate the
workspace provisioner, see <a href="./templates/authentication">this</a>.
workspace provisioner, see [this](./admin/auth.md).
</blockquote>

Coder is open-minded about how you get your secrets into your workspaces.
Expand All @@ -20,7 +20,7 @@ Often, this workflow is simply:
1. Your users write them to a persistent file after
they've built their workspace

<a href="./templates#parameters">Template parameters</a> are a dangerous way to accept secrets.
[Template parameters](./templates.md#parameters)> are a dangerous way to accept secrets.
We show parameters in cleartext around the product. Assume anyone with view
access to a workspace can also see its parameters.

Expand Down

0 comments on commit b6f2a29

Please sign in to comment.