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

go/runtime/host/sgx: Update QE target info during re-attestation #5239

Merged
merged 1 commit into from
Mar 25, 2023

Conversation

kostko
Copy link
Member

@kostko kostko commented Mar 23, 2023

Fixes #5238

This allows the node to continue working in case aesmd is upgraded while the node is running. In this case the Quoting Enclave identity can change and this requires the target info to be updated.

@kostko kostko force-pushed the kostko/feature/sgx-update-targetinfo branch from bd9c8b3 to 2c10d6d Compare March 23, 2023 11:16
This allows the node to continue working in case aesmd is upgraded while
the node is running. In this case the Quoting Enclave identity can
change and this requires the target info to be updated.
@kostko kostko force-pushed the kostko/feature/sgx-update-targetinfo branch from 2c10d6d to 5f6e961 Compare March 23, 2023 11:21
@codecov
Copy link

codecov bot commented Mar 23, 2023

Codecov Report

Merging #5239 (5f6e961) into master (5260971) will decrease coverage by 0.16%.
The diff coverage is 44.44%.

@@            Coverage Diff             @@
##           master    #5239      +/-   ##
==========================================
- Coverage   67.05%   66.89%   -0.16%     
==========================================
  Files         512      512              
  Lines       54279    54293      +14     
==========================================
- Hits        36395    36320      -75     
- Misses      13455    13523      +68     
- Partials     4429     4450      +21     
Impacted Files Coverage Δ
go/runtime/host/sgx/sgx.go 69.72% <44.44%> (-1.85%) ⬇️

... and 40 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@kostko kostko marked this pull request as ready for review March 23, 2023 12:24
@kostko kostko merged commit c53a4a4 into master Mar 25, 2023
@kostko kostko deleted the kostko/feature/sgx-update-targetinfo branch March 25, 2023 08:02
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.

Instant internal error: Attestation required
2 participants