cloud-native-toolkit/ibm-garage-cloud-cli

igc pipelines hardcoding https even if using http

Closed this issue · 0 comments

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

  1. creating the git-credentials secret
  2. starting a pipeline with param git-url