-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All disks encryption documentation- Azure #782
Comments
Azure disk encription manual process is decribed in Azure documentation and it's quite easy Basically firstly keyvault needs to be created where encryption key will be stored and than machine encryption is possible from az cli. There is also possible to apply encryption using Terraform. After when kayvault is created diskencrypt Terraform module should be used for disk encryption: This needs to be checked. I haven't tested it well because of problems with my local environment. |
As for the keyvault creation with Terraform there is/was an issue with the creation of azurerm_subnet_network_security_group_association with azurerm 1.28 when having more then 3 subnets. Some kind of order issues when it was creating the resources on Azure: https://www.terraform.io/docs/providers/azurerm/r/subnet_network_security_group_association.html Hense I locked it at 1.27. We might want to try if the latest Azurerm 1.38 fixes the problem. All the code is there: And bumping the Azurerm version can be done here: Rebuilding of devcontainer is required. Im not sure if Azurerm 1.38 needs any additional changes to the templates. |
Done. |
Added encryption of EC2 Root volumes (hitachienergy#381) Added AWS disk encryption documentation (hitachienergy#781) Added Azure disk encryption documentation (hitachienergy#782)
No description provided.
The text was updated successfully, but these errors were encountered: