chore(openvsvode-server): make connectionToken optional as it changed upstream (#2428)

This commit is contained in:
Stavros Kois
2022-04-05 10:22:23 +02:00
committed by GitHub
parent e21addea4b
commit 31789854ce
3 changed files with 13 additions and 6 deletions
@@ -84,13 +84,20 @@ questions:
attrs:
- variable: CONNECTION_TOKEN
label: "CONNECTION_TOKEN"
description: "Optional security token for accessing the Web UI (ie. supersecrettoken)."
schema:
type: string
private: true
required: true
default: ""
- variable: CONNECTION_SECRET
label: "CONNECTION_SECRET"
description: "Optional path to a file inside the container that contains the security token for accessing the Web UI (ie. /path/to/file). Overrides CONNECTION_TOKEN."
schema:
type: string
default: ""
- variable: SUDO_PASSWORD
label: "SUDO_PASSWORD"
description: "If this optional variable is set, user will have sudo access in the openvscode-server terminal with the specified password."
schema:
type: string
private: true