You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a TRE Administrator/TRE Developer
I want to be able to enable Trusted Launch and vTPM for Virtual Machines
So that I can benefit from the additional security that these features provide.
For Guacamole VMs, these options should be set on a per image basis, rather than for all images, since some images may not support these settings.
Ignore updates to these values for existing VMs since changing this option in terraform is currently a destructive action. (This may change in future - see this azurerm provider issue)
Trusted Launch & vTPM in Azure Portal
Suggested solution for Guacamole VMs
It would be desirable if configuration could be done via deploy time variables in order to reduce forked code change, however given most users are running custom VMs and this requires editing of the porter.yaml file anyway, the configuration values could be set here, e.g.
The text was updated successfully, but these errors were encountered:
jonnyry
added
the
story
Stories are the smallest unit of work to be done for a project.
label
Dec 31, 2024
jonnyry
changed the title
Allow enablement of Trused Launch and vTPM for Guacamole VMs
Allow enablement of Trusted Launch and vTPM for Guacamole VMs
Dec 31, 2024
jonnyry
changed the title
Allow enablement of Trusted Launch and vTPM for Guacamole VMs
Allow enablement of Trusted Launch and vTPM for VMs
Dec 31, 2024
Description
As a TRE Administrator/TRE Developer
I want to be able to enable Trusted Launch and vTPM for Virtual Machines
So that I can benefit from the additional security that these features provide.
For Guacamole VMs, these options should be set on a per image basis, rather than for all images, since some images may not support these settings.
Acceptance criteria
secure_boot_enabled
on a per image basisvtpm_enabled
on a per image basisTrusted Launch & vTPM in Azure Portal
Suggested solution for Guacamole VMs
It would be desirable if configuration could be done via deploy time variables in order to reduce forked code change, however given most users are running custom VMs and this requires editing of the
porter.yaml
file anyway, the configuration values could be set here, e.g.The text was updated successfully, but these errors were encountered: