-
Notifications
You must be signed in to change notification settings - Fork 212
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
failed to authorize: failed to fetch anonymous token: unexpected status: 403 Forbidden #606
Comments
Hi I am not sure the problem I am having is related to this. I have a github action that use the action to login to docker artifect, it was working fine with v2, but since we update to v3 2 weeks ago, I am having this. just in case you can't see this is the error
and this is my github workflow |
@ying-jeanne This is not related, see #29 (comment). |
Same here. I'm following these steps https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity And when I've tried to pull a image from my private Artifact Registry on my GKE/k8s cluster I'm getting this:
Any ideias how to solve this? Any help will be appreciate! Thank you! |
I had a similar problem with a new service I set up on K3s, and I realized I forgot to add this to my new manifests:
Good luck! |
Contributing guidelines
I've found a bug, and:
Description
I have two Google Artifact Registries:
Now
docker build
works, if I replace foo by docker.io.When however I run
docker build
using foo I get an error:[email protected]
has Artifact Registry Reader permissions oneurope-west1-docker.pkg.dev/foo/ar/python
So it seems like I cannot use the WIP
access_token
for accessingfoo
. But how would I then use WIP to login forfoo
?Expected behaviour
Would be good if either it worked or at least the error message would state clearly why it doesn't work.
Actual behaviour
See above
Repository URL
No response
Workflow run URL
No response
YAML workflow
Workflow logs
No response
BuildKit logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: