Skip to content

Commit f9373e6

Browse files
filiptronicekjeanp413
authored andcommitted
Update the connectionToken arg to the new format
As of microsoft@a67d90a the `connectionToken` argument is being renamed to `connection-token`
1 parent 48313d5 commit f9373e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ docker run -it --init -p 3000:3000 -v "$(pwd):/home/workspace:cached" gitpod/ope
3030

3131
#### A note about security tokens
3232

33-
Since OpenVSCode Server v1.62, you must access the Web UI using a connection token generated by the server. If that's not what you're looking for, and instead want to generate these tokens by yourself, start the server with `--connectionToken YOUR_TOKEN` to force your secret to be used. If you want your development environment to be even more secure, create a plaintext file with the desired token as its contents and provide it to the server with `--connection-secret YOUR_SECRET_FILE`.
33+
Since OpenVSCode Server v1.62, you must access the Web UI using a connection token generated by the server. If that's not what you're looking for, and instead want to generate these tokens by yourself, start the server with `--connection-token YOUR_TOKEN` to force your secret to be used. If you want your development environment to be even more secure, create a plaintext file with the desired token as its contents and provide it to the server with `--connection-secret YOUR_SECRET_FILE`.
3434

3535
For those using docker-compose you can set a connection token by using `command`. For example:
3636

3737
```yaml
38-
command: --connectionToken yourTokenHere
38+
command: --connection-token yourTokenHere
3939
```
4040
4141
_Note_: Feel free to use the `nightly` tag to test the latest version, i.e. `gitpod/openvscode-server:nightly`.

0 commit comments

Comments
 (0)