mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
attestation: use AWS attestation
This commit is contained in:
parent
f199b08068
commit
015b12d8ff
3 changed files with 11 additions and 10 deletions
|
@ -231,6 +231,8 @@ func writeRow(wr io.Writer, col1 string, col2 string) {
|
|||
|
||||
func getEnforcedPCRs(provider cloudprovider.Provider, config *config.Config) []uint32 {
|
||||
switch provider {
|
||||
case cloudprovider.AWS:
|
||||
return config.Provider.AWS.EnforcedMeasurements
|
||||
case cloudprovider.Azure:
|
||||
return config.Provider.Azure.EnforcedMeasurements
|
||||
case cloudprovider.GCP:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue