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

Verify checksum file with minisign #3072

Closed
sapphi-red opened this issue Aug 31, 2024 · 2 comments · Fixed by #3103
Closed

Verify checksum file with minisign #3072

sapphi-red opened this issue Aug 31, 2024 · 2 comments · Fixed by #3103
Labels
enhancement New feature or request
Milestone

Comments

@sapphi-red
Copy link
Contributor

Feature Overview

Support for verifying a checksum file with minisign.

Why is the feature needed?

#2994 added support for verifying an artifact with minisign. bufbuild/buf uses minisign to generate a signature, but for a checksum file instead of an artifact.

Workaround

No response

Example Code

An example how to use this feature in the registry config:

  • Add minisign option under checksum like cosign:
    checksum:
      type: github_release
      asset: sha256.txt
      algorithm: sha256
      minisign:
        type: github_release
        asset: sha256.txt.minisig
        public_key: RWQ/i9xseZwBVE7pEniCNjlNOeeyp4BQgdZDLQcAohxEAH5Uj5DEKjv6
  • or, add target option under minisign option:
    minisign:
      target: checksum
      type: github_release
      asset: sha256.txt.minisig
      public_key: RWQ/i9xseZwBVE7pEniCNjlNOeeyp4BQgdZDLQcAohxEAH5Uj5DEKjv6

Not sure which one is better.

Note

No response

@suzuki-shunsuke
Copy link
Member

@suzuki-shunsuke
Copy link
Member

v2.34.0 is out 🎉
https://github.com/aquaproj/aqua/releases/tag/v2.34.0

@suzuki-shunsuke suzuki-shunsuke added this to the v2.34.0 milestone Sep 22, 2024
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

Successfully merging a pull request may close this issue.

2 participants