Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
michaelsauter opened this issue Mar 29, 2023 · 0 comments · Fixed by #684
Closed

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

michaelsauter opened this issue Mar 29, 2023 · 0 comments · Fixed by #684
Assignees
Labels
bug Something isn't working

Comments

@michaelsauter
Copy link
Member

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.

@michaelsauter michaelsauter added the bug Something isn't working label Mar 29, 2023
@michaelsauter michaelsauter self-assigned this Mar 29, 2023
michaelsauter added a commit that referenced this issue Mar 31, 2023
Tekton prepares the creds to be used through basic auth, which fails
when the Bitbucket server has basic auth disabled.

Fixes #683
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant