Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

628 notary server openapiyaml #651

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions crates/notary/server/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: hex bytes representing the signed-by-intel quote
description: Hex bytes representing the signed-by-intel quote

type: string
mrsigner:
description: the key bound to the enclave = ephemeral = not used
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: the key bound to the enclave = ephemeral = not used
description: The key bound to the enclave = ephemeral = not used

type: string
mrenclave:
description: the enclave image hash, including gramine and the notary-server.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: the enclave image hash, including gramine and the notary-server.
description: The enclave image hash, including gramine and the notary-server

type: string
error: string
required:
- "version"
- "publicKey"
Expand Down