kasmtech/workspaces-core-images

Allow overriding the KasmVNC Username

mmcclaskey opened this issue · 2 comments

Modify the following line to use a environmental variable for the KasmVNC username but default to kasm_user

VNC_PW_HASH=$(python3 -c "import crypt; print(crypt.crypt('${VNC_PW}', '\$5\$kasm\$'));")

So... what is the environment variable to change the login username? The docker run commands arn't updated to specify a different vnc user log in. And i cannot find any existing images that that mention this environment variable to change the vnc login username.

I don't think this was actually completed, it was closed as completed after kasm didn't really do it.