Implement HTTPS interface for bootproof attestations #1
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: public/enclaved#1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bootproof attestations can be queried via vsock or UNIX socket, and use a custom protocol to minimize dependencies. To allow easier integration with external libraries, an HTTPS API should be provided.
/healthz
: Use an OpenTimestamp as the challenge to attest all sources are healthy. The returned attestation uses whatever the latest version of the API is./api/v1/attest?challenge=<data>
: Use the provided challenge to get an attestation