Skip to content

Commit

Permalink
debug logging
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Sanft <[email protected]>
  • Loading branch information
msanft committed Oct 6, 2023
1 parent 99b0d66 commit 1b40acb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/attestation/vtpm/attestation.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ func (i *Issuer) Issue(ctx context.Context, userData []byte, nonce []byte) (res
if err != nil {
return nil, fmt.Errorf("creating attestation: %w", err)
}
i.log.Infof("TPM Attestation: %v", tpmAttestation)
i.log.Infof("TPM Attestation (TEEAttestation): %v", tpmAttestation.TeeAttestation)

// Fetch instance info of the VM
instanceInfo, err := i.getInstanceInfo(ctx, tpm, extraData)
Expand Down

0 comments on commit 1b40acb

Please sign in to comment.