Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 0161b2f

Browse files
vhermeczChristian Weichel
authored andcommitted
Add section about port visiblity
This feature was introduced by gitpod-io/gitpod#1909
1 parent 13b99fe commit 0161b2f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/docs/config-ports.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,13 @@ It has four possible values:
4646
Any changes to the `.gitpod.yml` will have effect immediately.
4747

4848
![.gitpod.yml containing ports configuration](./images/ports-onOpen.png)
49+
50+
## Configure port visibility
51+
52+
By default, all ports are in public visibiltiy state.
4953

54+
To change this behavior you can provide the property `visibility`.
55+
It has two possible values:
56+
57+
- `public` (default) - Allows everyone with the port URL to access the port.
58+
- `private` - Only allow users with workspace access to access the port.

0 commit comments

Comments
 (0)