mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-20 04:04:21 -04:00
cli: write MAAUrl to idfile again (#2387)
This commit is contained in:
parent
f4b2d02194
commit
ac2fca344d
1 changed files with 5 additions and 0 deletions
|
@ -193,6 +193,11 @@ func convertToIDFile(infra state.Infrastructure, provider cloudprovider.Provider
|
||||||
file.APIServerCertSANs = infra.APIServerCertSANs
|
file.APIServerCertSANs = infra.APIServerCertSANs
|
||||||
file.InitSecret = []byte(infra.InitSecret) // Convert string to []byte
|
file.InitSecret = []byte(infra.InitSecret) // Convert string to []byte
|
||||||
file.UID = infra.UID
|
file.UID = infra.UID
|
||||||
|
|
||||||
|
if infra.Azure != nil {
|
||||||
|
file.AttestationURL = infra.Azure.AttestationURL
|
||||||
|
}
|
||||||
|
|
||||||
return file
|
return file
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue