mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-24 14:58:35 -04:00
Remove GCP non CVMs
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
3b49b1453e
commit
10e9faab10
9 changed files with 6 additions and 125 deletions
|
@ -191,8 +191,7 @@ func Default() *Config {
|
|||
"roles/storage.admin",
|
||||
"roles/iam.serviceAccountUser",
|
||||
},
|
||||
DisableCVM: proto.Bool(false),
|
||||
PCRs: pcrPtr(gcpPCRs),
|
||||
PCRs: pcrPtr(gcpPCRs),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -247,7 +246,6 @@ type GCPConfig struct {
|
|||
VPCsInput *gcpClient.VPCsInput `json:"vpcsinput,omitempty"`
|
||||
ServiceAccountRoles *[]string `json:"serviceaccountroles,omitempty"`
|
||||
PCRs *map[uint32][]byte `json:"pcrs,omitempty"`
|
||||
DisableCVM *bool `json:"disableCVM"`
|
||||
}
|
||||
|
||||
func pcrPtr(pcrs map[uint32][]byte) *map[uint32][]byte {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue