edgelesssys / contrast

Deploy and manage confidential containers on Kubernetes
https://docs.edgeless.systems/contrast
GNU Affero General Public License v3.0
160 stars 6 forks source link

generate: add flag for aks reference values #612

Closed davidweisse closed 3 days ago

davidweisse commented 1 week ago

This allows for fields in the manifest to have the value "null", in which case the attestation will fail when trying to parse the validation options from the manifest. This is helpful when generating the manifest for the first time with contrast generate where the SNP reference values are now left empty ("null") by default. The default reference values used for AKS can then optionally be generated with the --reference-values aks flag.