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

Improve handling of tlog interaction when --upload=false #1373

Open
sabre1041 opened this issue Jan 29, 2022 · 1 comment
Open

Improve handling of tlog interaction when --upload=false #1373

sabre1041 opened this issue Jan 29, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@sabre1041
Copy link
Contributor

Currently, when COSIGN_EXPERIMENTAL=1 is set, content is always published to rekor. However, when --upload=false, it should be possible to not only support storing image signatures and certificates locally, but the necessary details to avoid needing to communicate with rekor.

Assumptions:

  • COSIGN_EXPERIMENTAL=1 set

Discussion:

  • Support is needed to avoid uploading to tlog when --upload=false is set
  • Verification always assumes that content is stored in the tlog. Verification will fail if content is not available.
  • sign-blob contains the functionality to store a bundle to disk through the --bundle flag. Feature should also be implemented in sign. When verifying, bundle can either be provided from disk or from rekor to avoid communication if needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants