mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
cli: write MAAUrl to idfile again (#2387)
This commit is contained in:
parent
f4b2d02194
commit
ac2fca344d
@ -193,6 +193,11 @@ func convertToIDFile(infra state.Infrastructure, provider cloudprovider.Provider
|
||||
file.APIServerCertSANs = infra.APIServerCertSANs
|
||||
file.InitSecret = []byte(infra.InitSecret) // Convert string to []byte
|
||||
file.UID = infra.UID
|
||||
|
||||
if infra.Azure != nil {
|
||||
file.AttestationURL = infra.Azure.AttestationURL
|
||||
}
|
||||
|
||||
return file
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user