From cf1bc1143c5603d23393cbf13c9a0939136a9339 Mon Sep 17 00:00:00 2001 From: Noor Date: Thu, 3 Apr 2025 14:03:36 +0000 Subject: [PATCH] fix: dtpm upload file response --- proto/sgx/dtpm.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/proto/sgx/dtpm.proto b/proto/sgx/dtpm.proto index 89cc5d1..200b5d2 100644 --- a/proto/sgx/dtpm.proto +++ b/proto/sgx/dtpm.proto @@ -38,7 +38,6 @@ message RestartPolicy { } } - message DtpmSetConfigReq { DtpmConfigData config_data = 1; string metadata = 2; @@ -55,6 +54,6 @@ message DtpmGetConfigRes { service DtpmConfigManager { rpc SetConfig(DtpmSetConfigReq) returns (DtpmSetConfigRes) {} - rpc UploadFiles(stream FileEntry) returns (DtpmSetConfigRes) {} + rpc UploadFiles(stream FileEntry) returns (common_proto.Empty) {} rpc GetConfig(common_proto.Empty) returns (DtpmGetConfigRes) {} } \ No newline at end of file