Command: verify module
Description
Kyma modules are released and distributed as OCI container images following the OCM format. This format supports cryptographically signing the images, which will make sure that kyma modules are correct and distributed by a trusted authority.
To help integrate the validation process into different systems (KCP, CI/CD, etc...) the CLI needs to provide a command to verify the authenticity of a module.
Reasons
Kyma modules have to be verifiable.
Attachments
Implementation should be based on: https://github.com/gardener/component-cli
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. Thank you for your contributions.
@clebs : can we close this one as we are not using CNUDIE for our Kyma modules?
Hi @tobiscr, we are not using CNUDIE but OCM (its successor). I updated the description to make it clear.
The task is still relevant.
This issue or PR has been automatically marked as stale due to the lack of recent activity. Thank you for your contributions.
This bot triages issues and PRs according to the following rules:
- After 60d of inactivity,
lifecycle/staleis applied - After 7d of inactivity since
lifecycle/stalewas applied, the issue is closed
You can:
- Mark this issue or PR as fresh with
/remove-lifecycle stale - Close this issue or PR with
/close
If you think that I work incorrectly, kindly raise an issue with the problem.
/lifecycle stale
This issue or PR has been automatically closed due to the lack of activity. Thank you for your contributions.
This bot triages issues and PRs according to the following rules:
- After 60d of inactivity,
lifecycle/staleis applied - After 7d of inactivity since
lifecycle/stalewas applied, the issue is closed
You can:
- Reopen this issue or PR with
/reopen - Mark this issue or PR as fresh with
/remove-lifecycle stale
If you think that I work incorrectly, kindly raise an issue with the problem.
/close
@kyma-bot: Closing this issue.
In response to this:
This issue or PR has been automatically closed due to the lack of activity. Thank you for your contributions.
This bot triages issues and PRs according to the following rules:
- After 60d of inactivity,
lifecycle/staleis applied- After 7d of inactivity since
lifecycle/stalewas applied, the issue is closedYou can:
- Reopen this issue or PR with
/reopen- Mark this issue or PR as fresh with
/remove-lifecycle staleIf you think that I work incorrectly, kindly raise an issue with the problem.
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Since this is not a command that would be used during the "basic" scenario we will skip it, as there is multiple tooling to verify the signatures. Even Gardener exposes the CLI to do that: https://github.com/gardener/component-cli/blob/main/docs/README.md#verifying-signatures
We should avoid duplicating functionalities of other tools due to the maintenance effort that it brings.