Closed jimcadden closed 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, }
// Key Broker Server for SEV(-ES) expects secrets with this guid & format: sevKeyBrokerSecretGuid = "0a46e24d-478c-4eb1-8696-113eeec3aa99"
sevKeyBrokerSecretGuid = "0a46e24d-478c-4eb1-8696-113eeec3aa99"
requestDetails := pb.RequestDetails{ Guid: sevKeyBrokerSecretGuid, Format: "JSON", SecretType: "bundle", Id: keyset, }
The GUID and format of the requests made to the KBS should be documented in the README