-
Notifications
You must be signed in to change notification settings - Fork 6
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
Local storage of Signatures #46
Comments
This is an optimization that we can defer to a RC-2 or later |
Lets talk to @shizhMSFT about this before deciding if this is needed for RC-1 |
|
Closing as duplicate of #15 |
@dtzar - I disagree. This item is not a duplicate of #15. They are related, as #15 may require the capability identified in this item, but the capability itself can be used even in "remote signing" ( aka signing an image that is already present in an OCI repository) Lets talk to @shizhMSFT if he sees a use case for defining and implementing local storage of signatures outside of "local signing" ( aka #15) |
Ah, I see sorry. Makes sense "local storage of a signature" versus "local signing" if we think there is enough difference which might need to be implemented. I feel like "local storage of a signature" was just a natural thing which needed to happen for "local signing". |
Summary
The CLI will need access to a local storage
Intended Outcome
Notation CLI implementations allows for this use case
The specfication PR is merged
Additional context
Will update based on finalized design/spec in prior version of alpha release
The implementation work is in #46
Specification work will be in #43
The text was updated successfully, but these errors were encountered: