imgpkg copy between harbor projects fails with auth error #495
Labels
bug
This issue describes a defect or unexpected behavior
carvel accepted
This issue should be considered for future work and that the triage process has been completed
What steps did you take:
1
docker login my-harbor.registry
# creds have rw access to both project1 and project22.a
imgpkg copy -b my-harbor.registry/project1/repo --to-repo my-harbor.registry/project2/repo
or
2.b
What happened:
Failed with unauthorized error.
/v2/project2/repo/blobs/uploads/?from=project1%2frepo&mount=sha256:...&origin=my-harbor.registry
What did you expect:
Anything else you would like to add:
Harbor projects are a permissions boundary which might be blocking the cross-project
mount
Environment:
imgpkg --version
): v0.35.0Docker HUB
): Harbor Version v2.3.3-a0a9ed8a/etc/os-release
): ubuntu 20.04.5Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
The text was updated successfully, but these errors were encountered: