-
Bug
-
Resolution: Not a Bug
-
Minor
-
3.18.0.GA
-
None
-
False
-
-
False
-
-
Description of problem:
Project clone container shows redundant SSH related logs when starting a workspace from a private HTTPS url
Prerequisites (if any, like setup, operators/versions):
Dev Spaces 3.18.0.RC-24
Steps to Reproduce
- Start workspace by factory from private repo using https link(OAuth, PAT and SSH keys not set)
- Workspace started
Actual results:
Workspace started successfully but project-clone container shows redundant SSH related logs:
2025/01/15 11:24:56 Using temporary directory /projects/project-clone-2312028549 2025/01/15 11:24:56 Read DevWorkspace at /devworkspace-metadata/flattened.devworkspace.yaml 2025/01/15 11:24:56 Processing project private-repo-check 2025/01/15 11:24:56 Cloning project private-repo-check to /projects/project-clone-2312028549/private-repo-check Cloning into '/projects/project-clone-2312028549/private-repo-check'... Error: passphrase file is missing in the '/etc/ssh/' directory error: unable to read askpass response from '/.ssh-askpass/ssh-askpass.sh' fatal: could not read Username for 'https://github.com': No such device or address 2025/01/15 11:24:56 Encountered error while setting up project private-repo-check: failed to clone project: failed to git clone from https://github.com/SkorikSergey/private-repo-check.git: exit status 128
Expected results:
Reproducibility (Always/Intermittent/Only Once):
Always
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):