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
We are using private-public key pair to sign artifacts. This is good, but we can do better.
Key management is tricky, and if our private keys get exposed, then anyone can use that key and sign jx artifacts.
We are using private-public key pair to sign artifacts. This is good, but we can do better.
Key management is tricky, and if our private keys get exposed, then anyone can use that key and sign jx artifacts.
Cosign supports keyless signing: https://edu.chainguard.dev/open-source/sigstore/how-to-keyless-sign-a-container-with-sigstore/
It should fairly straightforward to implement this.
The text was updated successfully, but these errors were encountered: