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
[2024-12-09T06:13:30Z ERROR ttrpc_aa::server] AA (ttrpc): get token failed
RCAR handshake failed: Unable to get token. RCAR handshake retried 5 times. Final attempt failed with: RCAR handshake failed: KBS attest unauthorized, Error Info: ErrorInformation { error_type: "https://github.com/confidential-containers/kbs/errors/AttestationFailed", detail: "Attestation failed: status: Aborted, message: "Attestation: Verifier evaluate failed: Cert chain is unset", details: [], metadata: MetadataMap { headers: {"content-type": "application/grpc", "date": "Mon, 09 Dec 2024 06:13:30 GMT", "content-length": "0"} }" }
whilst the host already has that cert chain (ARK, ASK, and VCEK) installed by sev-host-set-cert-chain, CDH could find the chain like the other tools do, otherwise, any alternative ways to register the chain might be provided.
User/admin downloads the cert chain on the host and puts it at a specific path on the host filesystem (default location is /opt/snp/cert_chain.cert). The kata runtime will then supply this to QEMU when starting the guest. This does not work with the upstream kernel/QEMU, but it does work with the version that we are using with CoCo today.
Describe the bug
Requesting a token by CDH failed with the log:
whilst the host already has that cert chain (ARK, ASK, and VCEK) installed by sev-host-set-cert-chain, CDH could find the chain like the other tools do, otherwise, any alternative ways to register the chain might be provided.
How to reproduce
CoCo version information
CoCo v0.9.0
What TEE are you seeing the problem on
Snp
Failing command and relevant log output
No response
The text was updated successfully, but these errors were encountered: