Skip to content

Commit

Permalink
attestation: re-enable kds caching
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r authored and katexochen committed Feb 2, 2024
1 parent 883ebf4 commit 6febe98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/attestation/snp/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (v *Validator) Validate(ctx context.Context, attDocRaw []byte, nonce []byte
verifyOpts.CheckRevocations = true
verifyOpts.Getter = v.kdsGetter

attestation, err := constructReportWithCertChain(reportRaw, verify.DefaultOptions())
attestation, err := constructReportWithCertChain(reportRaw, verifyOpts)
if err != nil {
return fmt.Errorf("converting report to proto: %w", err)
}
Expand Down

0 comments on commit 6febe98

Please sign in to comment.