From 33e6c22f8cac2f58786ef4fcf79d113f7d84fc10 Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Tue, 1 Feb 2022 10:00:05 +0100 Subject: [PATCH] fix: get rid of the connectionToken parameter Che is securing the route so we don't need connectionToken parameter It's now possible to turn off this feature in VS Code --- build/scripts/entrypoint-volume.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/entrypoint-volume.sh b/build/scripts/entrypoint-volume.sh index 4ef917c36de..5412e010476 100755 --- a/build/scripts/entrypoint-volume.sh +++ b/build/scripts/entrypoint-volume.sh @@ -29,4 +29,4 @@ else fi # Launch che with a custom connection-token -./node out/server-main.js --port 3100 --connection-token eclipse-che +./node out/server-main.js --port 3100 --without-connection-token