Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find environment variable to change basic_auth username #9

Open
jerrywoo96 opened this issue Jan 23, 2022 · 3 comments
Open

Comments

@jerrywoo96
Copy link

Hi,

I'm spinning up the virtual desktops as individual containers, i see the environment variable to change the password, but not the variable to change the basic auth username login. What is the environment variable to change this? There was no documentation or docker-compose file that mentions this. I have only found the environment variable to change the basic auth password.

Thanks.

@jerrywoo96
Copy link
Author

I've also read the issues tab, there was mention of this issue, but did not specify any solution.

@shkpk
Copy link

shkpk commented May 17, 2022

kasm_user is hard coded hence there is no env variable to change this. However you can search for kasm_user string in vnc_startup.sh file and change it to variable and then pass it while creating container.

@mmcclaskey
Copy link

That is correct, when using the full platform, the session username and password of KasmVNC are not relevant. You could use the KasmVNC API to add a new user, assign ownership, and delete the kasm_user user. We are working to make the images more usable directly, without using our full platform and this is likely one thing we will address (custom username).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants