mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-05 21:44:15 -04:00
QEMU CSP Config: PCRs -> Measurements
Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
c679526bae
commit
3b30291360
3 changed files with 4 additions and 4 deletions
|
@ -80,7 +80,7 @@ func (v *Validators) setPCRs(config *config.Config) error {
|
|||
}
|
||||
v.pcrs = azurePCRs
|
||||
case cloudprovider.QEMU:
|
||||
qemuPCRs := *config.Provider.QEMU.PCRs
|
||||
qemuPCRs := *config.Provider.QEMU.Measurements
|
||||
if err := v.checkPCRs(qemuPCRs); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue