Skip to content

chore: add docs for sharing ports #13136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
minor refactors
  • Loading branch information
stirby committed May 3, 2024
commit 6bbbca17ce991456d935cd08d08ea1ce6747e92d
14 changes: 6 additions & 8 deletions docs/networking/port-forwarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,17 @@ not it is still accessible.

This can also be used to change the sharing level of `coder_app`s by entering
their port number in the shared ports UI. The `share` attribute of `coder_app`s
defined using the terraform provider can be overridden by sharing the port, but
is limited by the maximum port sharing level enforced by the template
(Enterprise).
defined using the terraform provider can be overridden by sharing the port.
The sharing level is limited by the maximum level enforced by the template
in enterprise deployments, and not restricted in OSS deployments.

By default, OSS deployments allow all workspaces to share ports at both the
`authenticated` and `public` levels.

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

Enterprise-licensed template admins can control the maximum port sharing level
for workspaces under a given template in the template settings. By default, the
maximum sharing level is set to `Owner`, meaning port sharing is disabled for
end-users.
end-users. OSS deployments allow all workspaces to share ports at both the
`authenticated` and `public` levels.

![Max port sharing level in the UI](../images/networking/portsharingmax.png)

Expand Down
Loading