-
Notifications
You must be signed in to change notification settings - Fork 84
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
Support publishing externally generated signatures #475
Comments
@shizhMSFT PTAL, I would like to have a discussion with you on this. |
@yizha1 @shizhMSFT would it be alright to PR a proposed implementation of this? I have most of it implemented I believe. |
Thanks @jeremyrickard, For CLI changes, the specs are required to be updated accordingly. I can work with you on the documents if needed.
|
@vaninrao10 I would like to prioritize this issue after v1 release. |
This issue could be solved by feature #777 |
What is the areas you would like to add the new feature to?
Notation CLI
Is your feature request related to a problem?
Suppose I have an external/thirdparty signing service that allows me to produce a signature compatible with the Notary spec. Currently, If I want to then "publish" or "attach" that to the container/artifact I am signing, I need to do a few things that currently are handled by the
notation
client:oras
to attach that to the image and ensure that I am using a proper version (i.e. 0.16.0 or later) and keep the tools in syncWhat solution do you propose?
I propose either a plugin or an "attach" command that would allow an externally generated notary compliant signature to be attached to an image.
What alternatives have you considered?
I have built a proof of concept stand alone tool but would like to make something more generally available for anyone that might need to generate notary v2 compliant signuares using some other third-party service.
Any additional context?
No response
The text was updated successfully, but these errors were encountered: