Skip to content

Commit 114fb31

Browse files
authored
fixed sharable port + coder_app interaction (coder#13285)
1 parent fc6f18a commit 114fb31

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/networking/port-forwarding.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,14 @@ not it is still accessible.
120120

121121
![Annotated port controls in the UI](../images/networking/annotatedports.png)
122122

123+
The sharing level is limited by the maximum level enforced in the template
124+
settings in enterprise deployments, and not restricted in OSS deployments.
125+
123126
This can also be used to change the sharing level of `coder_app`s by entering
124-
their port number in the shared ports UI. The `share` attribute of `coder_app`s
125-
defined using the terraform provider can be overridden by sharing the port. The
126-
sharing level is limited by the maximum level enforced by the template in
127-
enterprise deployments, and not restricted in OSS deployments.
127+
their port number in the sharable ports UI. The `share` attribute on `coder_app`
128+
resource uses a different method of authentication and **is not impacted by the
129+
template's maximum sharing level**, nor the level of a shared port that points
130+
to the app.
128131

129132
### Configure maximum port sharing level (enterprise)
130133

0 commit comments

Comments
 (0)