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

Attester #6

Merged
merged 48 commits into from
Oct 21, 2024
Merged

Attester #6

merged 48 commits into from
Oct 21, 2024

Conversation

ssolit
Copy link
Collaborator

@ssolit ssolit commented Oct 21, 2024

Gives routes for requesting a TEE attestation and verifying the attestation evidence. The PR also provides structs for making these requests and tests with example requests that work successfully.

ssolit added 30 commits October 16, 2024 16:06
…t_attestation_eval_evidence_handler_valid_request
@ssolit ssolit requested a review from cdrappi October 21, 2024 19:27
return Ok(Response::builder()
.status(StatusCode::BAD_REQUEST)
.body(Body::from(error_response))
.unwrap());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

smells like we should have a function that takes in a string and returns this response object (DRY)

@ssolit ssolit merged commit d1a1310 into main Oct 21, 2024
1 check passed
@ssolit ssolit deleted the attester branch October 21, 2024 21:29
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.

2 participants