-
Notifications
You must be signed in to change notification settings - Fork 126
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
azure repo bootstrap failure #267
Comments
sorry, linked to the wrong pr |
I still face the same issue with the latest argocd-autopilot binary on v0.3.2. |
I am also facing the same issue. with v0.3.4 |
@noam-codefresh did your incorrect PR go out in release 0.3.2 notes which is leading people to think the bootstrap is fixed, because the PR was for a docker fix |
Just to confirm - v0.3.7, "argocd-autopilot repo bootstrap" fails only if the repo already exists in azure ado. If the repo doesn't exist it can create it fine. If I add the --upsert-branch mybranch parameter, it still fails. Also, after I create a new repo and then try to add a project I equally get a 400 error back because the repo parameter is pointing to a repo that exists. All same commands work find on github as expected |
Hi, I am having the same error right now. Bumping for visibility. v0.4.15 |
I'm having the same issue. |
Having the same issue :( |
facing the same issue with v0.4.15 |
using v0.4.17 and running into the same issue with azure devops repo |
I'm encountering the same error in v0.4.17. Does this mean that ArgoCD AutoPilot is unusable with Azure DevOps? |
After GIT_USER, GIT_TOKEN and GIT_REPO have been set, attempt to run argocd-autopilot repo bootstrap, always get below error:
FATAL unexpected client error: unexpected requesting "https://dev.azure.com/MyADOSubscription/Portal%20Platform/_git/argocd-gitops/git-upload-pack" status code: 400 ; then click the https link, get below error msg: TF401041: The Git protocol sent is not as expected (Unable to read the 4-byte length header of the message.).
Is this a bug?
The text was updated successfully, but these errors were encountered: