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

TLOG Support #34

Closed
dlorenc opened this issue Feb 28, 2021 · 0 comments · Fixed by #44
Closed

TLOG Support #34

dlorenc opened this issue Feb 28, 2021 · 0 comments · Fixed by #44

Comments

@dlorenc
Copy link
Member

dlorenc commented Feb 28, 2021

Let's add an experimental TLOG mode to the tool. This will look like:

TLOG=1 cosign sign ...

and

TLOG=1 cosign verify ...

The tlog server will default to api.rekor.dev, and can be overridden with the REKOR_SERVER env variable.

TLOG=1 cosign sign will publish the signature, public key and payload to the Rekor tlog.
TLOG=1 cosign verify will verify the signature, public key and payload are in the tlog, as well as verifying the signature itself.

Both commands will record the state of the tlog in the .rekor/state.json configuration file and audit the log on each invocation..

tommyd450 pushed a commit to tommyd450/cosign that referenced this issue Nov 7, 2023
…t-v2.1.1

chore(deps): update rhtap references
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 a pull request may close this issue.

1 participant