From 377bb2cec36b7c4a7666af9c17e3f6df76d84ce7 Mon Sep 17 00:00:00 2001 From: Xynnn007 Date: Fri, 22 Nov 2024 17:53:01 +0800 Subject: [PATCH 1/2] AA/kbs_protocol: fix test kbs-config.toml Signed-off-by: Xynnn007 --- attestation-agent/kbs_protocol/test/kbs-config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attestation-agent/kbs_protocol/test/kbs-config.toml b/attestation-agent/kbs_protocol/test/kbs-config.toml index 7932becc5..823c3eff8 100644 --- a/attestation-agent/kbs_protocol/test/kbs-config.toml +++ b/attestation-agent/kbs_protocol/test/kbs-config.toml @@ -18,8 +18,8 @@ attestation_token_broker = "Simple" duration_min = 5 [attestation_service.rvps_config] + type = "BuiltIn" store_type = "LocalFs" - remote_addr = "" [admin] insecure_api = true From 9e7073b222b1a86f60ff44ecb11cc6c776027a8f Mon Sep 17 00:00:00 2001 From: Xynnn007 Date: Fri, 22 Nov 2024 17:53:20 +0800 Subject: [PATCH 2/2] Cargo.lock: update sev crate file Signed-off-by: Xynnn007 --- Cargo.lock | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a8a3d462..eae388386 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ dependencies = [ "serde", "serde_json", "serde_with", - "sev 3.1.1", + "sev 4.0.0", "sha2 0.10.8", "strum", "tdx-attest-rs", @@ -5788,30 +5788,6 @@ dependencies = [ "anyhow", ] -[[package]] -name = "sev" -version = "3.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2890179f8ef689340f441ba05f0b268bc14f672ae4b36d629cc2266d0d747ab" -dependencies = [ - "base64 0.21.7", - "bincode", - "bitfield 0.13.2", - "bitflags 1.3.2", - "byteorder", - "codicon", - "dirs", - "hex", - "iocuddle", - "lazy_static", - "libc", - "serde", - "serde-big-array", - "serde_bytes", - "static_assertions", - "uuid", -] - [[package]] name = "sev" version = "4.0.0"