File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -122,19 +122,17 @@ not it is still accessible.
122
122
123
123
This can also be used to change the sharing level of ` coder_app ` s by entering
124
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, but
126
- is limited by the maximum port sharing level enforced by the template
127
- (Enterprise) .
125
+ defined using the terraform provider can be overridden by sharing the port.
126
+ The sharing level is limited by the maximum level enforced by the template
127
+ in enterprise deployments, and not restricted in OSS deployments .
128
128
129
- By default, OSS deployments allow all workspaces to share ports at both the
130
- ` authenticated ` and ` public ` levels.
131
-
132
- #### Configure sharing level (enterprise)
129
+ #### Configure maximum port sharing level (enterprise)
133
130
134
131
Enterprise-licensed template admins can control the maximum port sharing level
135
132
for workspaces under a given template in the template settings. By default, the
136
133
maximum sharing level is set to ` Owner ` , meaning port sharing is disabled for
137
- end-users.
134
+ end-users. OSS deployments allow all workspaces to share ports at both the
135
+ ` authenticated ` and ` public ` levels.
138
136
139
137
![ Max port sharing level in the UI] ( ../images/networking/portsharingmax.png )
140
138
You can’t perform that action at this time.
0 commit comments