Skip to content

Commit

Permalink
updated openapi.yml after docs update (#85)
Browse files Browse the repository at this point in the history
* updated openapi.yml after docs update

* removed client permissions
  • Loading branch information
hmgowda authored and ddhawal committed Feb 22, 2024
1 parent b977663 commit 3fef2ec
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 136 deletions.
3 changes: 1 addition & 2 deletions docs/key_transfer_policies.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type KeyTransferPolicyCollection struct {
// ---
//
// description: |
// Creates a key transfer policy. Only one SGX or TDX key transfer policy can be created at a time. A key
// Creates a key transfer policy. Only one SGX or TDX key transfer policy can be created at a time. A key
// transfer policy can be created in the following ways: by providing a list of policy-ids, by providing TDX or SGX attributes, or by providing both a list of policy-ids and TDX or SGX attributes.
//
// The serialized KeyTransferPolicy Go struct object represents the content of the request body.
Expand All @@ -41,7 +41,6 @@ type KeyTransferPolicyCollection struct {
// | isvprodid | An array of (16-bit value) (ISVPRODID). This is mandatory. This is similar to a qualifier for the issuer, so the same issuer (code signing) key can sign separate products. |
// | mrenclave | An array of enclave measurements that are allowed to retrieve the key (MRENCLAVE). The client must have one of these measurements in the SGX quote. This supports the use case of providing a key only to an SGX enclave that locally enforces the key usage policy. |
// | isvsvn | Minimum security version number required for Enclave. |
// | client_permissions | An array of permissions to expect in the client API key. The client API key must have all of these names. |
// | mrsignerseam | An array of measurements of seam module issuer. This is mandatory. |
// | mrseam | An array of measurements of seam module. This is mandatory. |
// | mrtd | A array of TD measurements. |
Expand Down
Loading

0 comments on commit 3fef2ec

Please sign in to comment.