Skip to content

Commit e6900bb

Browse files
sharkymarkpull[bot]
authored andcommitted
docs: update port forwarding to state it works without a wildcard with tunnel (#4887)
1 parent c61d093 commit e6900bb

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/networking/port-forwarding.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ For more examples, see `coder port-forward --help`.
4545
## Dashboard
4646

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

docs/secrets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

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

0 commit comments

Comments
 (0)