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

Introduce command to initialize Sigstore root #1558

Open
lcarva opened this issue Apr 24, 2024 · 0 comments
Open

Introduce command to initialize Sigstore root #1558

lcarva opened this issue Apr 24, 2024 · 0 comments

Comments

@lcarva
Copy link
Member

lcarva commented Apr 24, 2024

When using a custom Sigstore deployment, the Sigstore root must be explicitly initialized. This is often done by using cosign initialize.

This means that ec on its own cannot support this use case. It relies on another utility, cosign. Users must have both installed. This is the approach taken by EC's verify-enterprise-contract Task.

Let's add a new command to ec, e.g. ec sigstore initialize, to perform this operation.

Acceptance Criteria

  • The ec-cli image no longer includes the cosign binary.
  • The verify-enterprise-contract Task can still initialize the Sigstore root.
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