igc pipelines hardcoding https even if using http
Closed this issue · 0 comments
csantanapr commented
We have a workshop environment where we are using gogs git server inside the server
The URL being use is http
instead of https
git remote shows the URL with http
in this example
git remote -v
origin http://gogs.tools:3000/user1/template-go-gin.git
The user will be using a username and password even if using http
Running oc pipeline
assumes https
for 2 tasks
- creating the
git-credentials
secret - starting a pipeline with param
git-url