The clearml server I installed is a self-hosted server, and developers log in using a fixed ID and password for authentication. That’s it!
Futhermore, to access ssh/vscode/jupyterlab directly without ssh tunneling, I modified the clearml-session script, and once I upload this script to the DevOps project in draft status, developers clone it to their own project. Then, they enqueue and wait for the command and URL to access ssh/vscode/jupyterlab, which will be displayed.
@<1524922424720625664:profile|TartLeopard58> how is authentication handles in this case?