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

Sign binaries for verification purposes #10483

Open
nikolasmatt opened this issue Dec 13, 2024 · 0 comments
Open

Sign binaries for verification purposes #10483

nikolasmatt opened this issue Dec 13, 2024 · 0 comments

Comments

@nikolasmatt
Copy link

Gloo Edge Product

Enterprise

Gloo Edge Version

N/A

Is your feature request related to a problem? Please describe.

FIPS CM-5(3) requires binaries to be signed. Even without the requirement customers want a way to easily verify the provenance of the packages we create.

Describe the solution you'd like

Ideally we modify our CI/CD pipelines to

  • verify provenance of external source code if possible
  • build our images with the verified code
  • add attestations; built from X, resolves CVE Y
  • sign our image
  • generate provenance
  • sign provenance
  • gather images and helm package —sign

Describe alternatives you've considered

We should at least publish a list of our images with their sha256 values and let the customer manually verify these.

Additional Context

Referring to FIPS CM-5(3): Signed Components https://csf.tools/reference/nist-sp-800-53/r4/cm/cm-5/cm-5-3/
Pre-requisit for: #5580

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

No branches or pull requests

1 participant