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

verifier-cli: Persist artifacts as json instead of raw binary. #221

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

flihp
Copy link
Collaborator

@flihp flihp commented Jul 24, 2024

This falls short of removing all binary encodings but it makes it possible for us to use the verify command to verify an attestation and persist the artifacts as JSON. Later we can use the verify-attestation and verify-cert-chain commands to re-verify the artifacts persisted by the verify command.

Other commands like attest and log still need to be updated to use the JSON encoding.

This falls short of removing all binary encodings but it makes it
possible for us to use the `verify` command to verify an attestation and
persist the artifacts as JSON. Later we can use the `verify-attestation`
and `verify-cert-chain` commands to re-verify the artifacts persisted by
the `verify` command.

Other commands like `attest` and `log` still need to be updated to use
the JSON encoding.
@flihp flihp linked an issue Jul 24, 2024 that may be closed by this pull request
@flihp flihp merged commit 46069cf into oxidecomputer:main Jul 24, 2024
4 checks passed
@flihp flihp deleted the json-artifacts branch July 24, 2024 23:18
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.

verifier-cli persist binary artifacts as JSON
1 participant