User Story
As a developer using OpenShift for builds
I want to git clone via SSH through my cluster's proxy
So that builds can work in proxied clusters
Acceptance Criteria
- Test ssh clone assuming we have an HTTP proxy (not HTTPS or man-in-the-middle)
- Identify what breaks if git source clones with following protocols:
- SSH: ssh://
- Git: git://
- Test what happens with HTTP and HTTPS proxies
Launch Checklist
Dependencies identified
Blockers noted and expected delivery timelines set
Design is implementable
Acceptance criteria agreed upon
Story estimated
Notes:
Now that openshift-builder is based on RHEL 8, there can be variances in how to configure git pull via ssh/git