mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-14 17:29:28 -04:00
Enable upload of TDX reports to Constellation CDN
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
9159b60331
commit
d67d0ac9df
27 changed files with 782 additions and 531 deletions
|
@ -162,7 +162,7 @@ func (d *AttestationDataSource) Read(ctx context.Context, req datasource.ReadReq
|
|||
|
||||
insecureFetch := data.Insecure.ValueBool()
|
||||
|
||||
latestVersions := attestationconfigapi.VersionAPIEntry{}
|
||||
latestVersions := attestationconfigapi.Entry{}
|
||||
if attestationVariant.Equal(variant.AWSSEVSNP{}) ||
|
||||
attestationVariant.Equal(variant.AzureSEVSNP{}) ||
|
||||
attestationVariant.Equal(variant.AzureTDX{}) ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue