File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,11 @@ For more examples, see `coder port-forward --help`.
45
45
## Dashboard
46
46
47
47
> 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.
49
53
50
54
### From an arbitrary port
51
55
Original file line number Diff line number Diff line change 2
2
3
3
<blockquote class =" info " >
4
4
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 ) .
6
6
</blockquote >
7
7
8
8
Coder is open-minded about how you get your secrets into your workspaces.
@@ -20,7 +20,7 @@ Often, this workflow is simply:
20
20
1 . Your users write them to a persistent file after
21
21
they've built their workspace
22
22
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.
24
24
We show parameters in cleartext around the product. Assume anyone with view
25
25
access to a workspace can also see its parameters.
26
26
You can’t perform that action at this time.
0 commit comments