You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is intended to track the various bits that need to land in order to accomplish: oxidecomputer/hubris#1422. Adding support to sprot for these new commands requires we're able to propagate errors up from the RoT to the SP. This requires converting from SprotError and the new variant we add for the AttestError type from attest-api to the SpError. To do so we need to similarly add new variant to SpError and a new type to mirror the AttestError type.
The text was updated successfully, but these errors were encountered:
This issue is intended to track the various bits that need to land in order to accomplish: oxidecomputer/hubris#1422. Adding support to
sprot
for these new commands requires we're able to propagate errors up from the RoT to the SP. This requires converting fromSprotError
and the new variant we add for theAttestError
type fromattest-api
to theSpError
. To do so we need to similarly add new variant toSpError
and a new type to mirror theAttestError
type.The text was updated successfully, but these errors were encountered: