From 161f639e5c99c4fd24a474c982272a0547a3b0e0 Mon Sep 17 00:00:00 2001 From: Ryan MacArthur Date: Wed, 23 Oct 2024 21:07:47 -0700 Subject: [PATCH] quote openapi conf --- crates/notary/server/openapi.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/crates/notary/server/openapi.yaml b/crates/notary/server/openapi.yaml index 680c5ecc5a..786047b6be 100644 --- a/crates/notary/server/openapi.yaml +++ b/crates/notary/server/openapi.yaml @@ -203,6 +203,19 @@ components: gitCommitHash: description: The git commit hash of source code that this notary server is running type: string + quote: + type: object + properties: + rawQuote: + description: hex bytes representing the signed-by-intel quote + type: string + mrsigner: + description: the key bound to the enclave = ephemeral = not used + type: string + mrenclave: + description: the enclave image hash, including gramine and the notary-server. + type: string + error: string required: - "version" - "publicKey"