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

Keyless signing for artifacts produced using github actions #8452

Open
ankitm123 opened this issue Oct 26, 2022 · 2 comments
Open

Keyless signing for artifacts produced using github actions #8452

ankitm123 opened this issue Oct 26, 2022 · 2 comments
Assignees

Comments

@ankitm123
Copy link
Member

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.

@ankitm123
Copy link
Member Author

/assign @ankitm123 @osamamagdy

@ankitm123
Copy link
Member Author

/cc @ankitm123 @osamamagdy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants