Skip to content
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

Copying signatures from a registry that #548

Closed
joaopapereira opened this issue Jul 13, 2023 · 0 comments · Fixed by #549
Closed

Copying signatures from a registry that #548

joaopapereira opened this issue Jul 13, 2023 · 0 comments · Fixed by #549
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

Comments

@joaopapereira
Copy link
Member

What steps did you take:
Create a bundle without any signatures
Push it to a registry that returns errors instead of Not Found errors.
Copy that bundle with the flag --cosign-signatures to a different registry.

What happened:
The following errors show up:

imgpkg: Error: Unable to retrieve the following images:
Image: 'sha256-fdd48d34c530dba1bec8f82a5977529718ba191ec8d06557426524b9bf12b371.sig'
Error:access deniedImage: 'sha256-0b34b25313e01995df0a98e37fae4d15fad8b81e6b4c7986cacf130085f82fe6.sig'
Error:access deniedImage: 'sha256-06a7b4e13b751b43814bff38fad6c3db770c472bf46c23937d6953ee56f4f295.sig'
Error:access deniedImage: 'sha256-479f9579d5049a7629fa6d8fe12c1f9e1c864b5adea8433f9773c041fba1a11a.sig'
Error:access deniedImage: 'sha256-19309486cfea374c354431751a3ece2392f9b8e7f12b3fea71db1684b6553cf8.sig'

What did you expect:
That the bundle is copied without a problem

Anything else you would like to add:
Notice the error message is incorrectly formatted. It should look like

Image: 'sha256-fdd48d34c530dba1bec8f82a5977529718ba191ec8d06557426524b9bf12b371.sig'
Error: access denied
mage: 'sha256-0b34b25313e01995df0a98e37fae4d15fad8b81e6b4c7986cacf130085f82fe6.sig'
Error: access denied

Environment:

  • imgpkg version (use imgpkg --version): 0.37.2
  • Docker registry used (e.g. Docker HUB): Harbor
  • OS (e.g. from /etc/os-release): Any

Vote 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 work on this issue.

@joaopapereira joaopapereira added bug This issue describes a defect or unexpected behavior carvel triage This issue has not yet been reviewed for validity labels Jul 13, 2023
@joaopapereira joaopapereira added carvel accepted This issue should be considered for future work and that the triage process has been completed and removed carvel triage This issue has not yet been reviewed for validity labels Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant