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

Verification of image signatures and SBOM #1689

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

JGiola
Copy link
Member

@JGiola JGiola commented Oct 1, 2024

Description

This PR will introduce a new page in the infrastructure section of the documentation for detailing how to verify the image signature and how to verify and download the associated SBOM.

The page also contains a table with all the artefacts that support this and from which version.

The PR will also add a new static file that is the public certificate needed for the verification process.

Pull Request Type

  • Documentation content changes
  • Bugfix / Missing Redirects
  • Docusaurus site code changes

PR Checklist

  • The commit message follows our guidelines included in the CONTRIBUTING.md
  • All tests of Lint, cspell and check-content pass. (How to launch them?)
  • No sensitive content has been committed

Other information

This PR is currently on draft pending a new console release where the first batch of artefacts will be cryptographically signed.


```shell
KEY=https://docs.mia-platform.eu/public-keys/mia-platform-pubkey-2023-10-01.pem
cosign verify --key "${KEY}" nexus.mia-platform.eu/console/backend:v10.0.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe an example like this could be more useful?

Suggested change
cosign verify --key "${KEY}" nexus.mia-platform.eu/console/backend:v10.0.0
cosign verify --key "${KEY}" IMAGE_NAME:VERSION

@epessina
Copy link
Contributor

epessina commented Oct 29, 2024

  • nexus.mia-platform.eu/microlc/micro-lc v2.4.3
  • nexus.mia-platform.eu/microlc/middleware v3.3.3

@JGiola JGiola force-pushed the new/image-sbom-verifications branch from 033c67c to cd1c8d8 Compare October 30, 2024 08:20
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

Successfully merging this pull request may close these issues.

4 participants