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

Allow using cosign-generated private keys with a "SIGSTORE" type #1902

Merged
merged 2 commits into from
Mar 30, 2023

Commits on Mar 30, 2023

  1. Rename sigstorePrivateKeyPemType to cosignPrivateKeyPemType

    We will add a new key type that actually says sigstore.
    
    Should not change behavior.
    
    Signed-off-by: Miloslav Trmač <mitr@redhat.com>
    mtrmac committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    b8d7169 View commit details
    Browse the repository at this point in the history
  2. Allow using cosign-generated private keys with a "SIGSTORE" type

    Don't (yet) generate them, no released version of cosign can
    work with them.
    
    Signed-off-by: Miloslav Trmač <mitr@redhat.com>
    mtrmac committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ca694d2 View commit details
    Browse the repository at this point in the history