-
Notifications
You must be signed in to change notification settings - Fork 584
Closed
Description
I have done the following
- I have searched the existing issues
- If possible, I've reproduced the issue using the 'main' branch of this project
Steps to reproduce
Authenticate using gcloud helper:
gcloud auth print-access-token | container registry login \
-u oauth2accesstoken \
--password-stdin us.gcr.io
Login succeeded
Attempt to push or pull, both give:
container images pull us.gcr.io/repo/iamge:tag
Error: internalError: "HTTP request to https://us.gcr.io/v2/token?client_id=containerization-registry-client&service=us.gcr.io&scope=repository:reponame/us.gcr.io/image:pull failed with response: 403 Forbidden. No credentials found for host us.gcr.io"
Current behavior
403 trying to push or pull even though auth succeed
Expected behavior
Push/Pull should work after authenticating to registry
Environment
- OS: macOS 15
- Registry => Google Cloud ArtificatsRelevant log output
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
No labels