mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-11 00:10:19 -04:00
config: add SEV-SNP config options for GCP
This commit is contained in:
parent
3a349b1a15
commit
b9a982d1d3
8 changed files with 247 additions and 33 deletions
|
@ -41,6 +41,9 @@ func TestUnmarshalAttestationConfig(t *testing.T) {
|
|||
"GCPSEVES": {
|
||||
cfg: &GCPSEVES{Measurements: measurements.DefaultsFor(cloudprovider.GCP, variant.GCPSEVES{})},
|
||||
},
|
||||
"GCPSEVSNP": {
|
||||
cfg: DefaultForGCPSEVSNP(),
|
||||
},
|
||||
"QEMUVTPM": {
|
||||
cfg: &QEMUVTPM{Measurements: measurements.DefaultsFor(cloudprovider.QEMU, variant.QEMUVTPM{})},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue