You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That means the cosign generate-key-pair command (used in the tutorial) doesn't work anymore because kpack can't read the new format until the cosign dependency is upgraded in kpack.
I'm available to contribute a pull request, if needed.
The text was updated successfully, but these errors were encountered:
Before version 2.0.0, Cosign would generate private keys with the following labels:
Since version 2.0.0, the labels used for the private keys have changed to the following:
The changes have been made in sigstore/cosign#2471.
That means the
cosign generate-key-pair
command (used in the tutorial) doesn't work anymore because kpack can't read the new format until the cosign dependency is upgraded in kpack.I'm available to contribute a pull request, if needed.
The text was updated successfully, but these errors were encountered: