Attestation

Register new workload

The endpoint creates a new instance id from a template. This allows creating a new workload instance. For each image in the template, the most current version is stored to fix a workload to a specific version. There is no way to update the versions, but newer versions are allowed during attestation.

Ask for challenge nonce

The endpoint creates a nonce to prevent replay of outdated attestation reports. It is associated with an instance id to bind the attestation to an instance id.

Verify attestation report

The endpoint verifies the attestation report. It is associated with an attestatuib quote, instance id and resource.

Last updated