confidential-containers / simple-kbs

Key Broker Server for SEV(-ES)
Apache License 2.0
10 stars 12 forks source link

Expected pb GUID values should be documented in the README #22

Closed jimcadden closed 1 year ago

jimcadden commented 2 years ago

The GUID and format of the requests made to the KBS should be documented in the README

// Key Broker Server for SEV(-ES) expects secrets with this guid & format: sevKeyBrokerSecretGuid = "0a46e24d-478c-4eb1-8696-113eeec3aa99"

requestDetails := pb.RequestDetails{
Guid:       sevKeyBrokerSecretGuid,
Format:     "JSON",
SecretType: "bundle",
Id:         keyset,
}