-
Notifications
You must be signed in to change notification settings - Fork 230
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
Auth error with Google Artifact Registry on v0.35 #2431
Comments
Hi @clement-chaneching, thanks for sharing. We're working on fixes for find links: #2417 |
Having the same issue with Azure Artifacts. Works on 0.34.0, but not on 0.35.0... |
Thanks for the quick fix!
Also when using version 0.34, it works locally when using user account but not when using Workload Identity Provider in the CICD (which is the recommended method to authenticate to GCP https://github.com/google-github-actions/auth).
But this should probably be a different issue. |
@clement-chaneching argh, that sucks. I looked into it and found the cause (we added |
@clement-chaneching fix incoming: conda/rattler#966 :) |
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Update to pixi v0.35 and cannot run pixi install with a private google artifact registry:
Same for my GCS conda registry:
channels = ["conda-forge", "gcs://private-registry"]
Issue description
It throws the following error:
With conda:
Expected behavior
Used to work with pixi < 0.35
The text was updated successfully, but these errors were encountered: