opendevstack / ods-pipeline

Alternative ODS CI/CD pipeline based on Tekton / OpenShift Pipelines
Apache License 2.0
13 stars 5 forks source link

Git clone fails when basic auth is disabled on Bitbucket #683

Closed michaelsauter closed 1 year ago

michaelsauter commented 1 year ago

Credentials (even though they are access tokens) are setup by Tekton to be sent as basic auth. This fails when the Bitbucket server has basic auth disabled. A better way is to use the access tokens as bearer tokens in the Authorization header.