-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[supervisor] Make ports configured in .gitpod.yml private by default #4548
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4548 +/- ##
=========================================
+ Coverage 0 36.44% +36.44%
=========================================
Files 0 14 +14
Lines 0 3880 +3880
=========================================
+ Hits 0 1414 +1414
- Misses 0 2349 +2349
- Partials 0 117 +117
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
d08f5b6
to
4ddeb4c
Compare
You'll also have to adapt this for the ports that are exposed on workspace start where ws-manager creates the port service: https://github.com/gitpod-io/gitpod/blob/main/components/server/src/workspace/workspace-starter.ts#L609 |
@csweichel: Thanks for the hint. What about these 2 places? Do we need to change the default values here as well? gitpod/components/server/src/workspace/gitpod-server-impl.ts Lines 1074 to 1082 in 99ec2a5
gitpod/components/ws-manager/pkg/manager/manager.go Lines 749 to 763 in 660c7ec
|
4ddeb4c
to
cd840d6
Compare
Yes |
cd840d6
to
c959e4f
Compare
c959e4f
to
4454cde
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #4159
How to test
F1
→ View: Show Remote Explorer