XenitAB / terraform-modules

Xenit Terraform modules
MIT License
33 stars 18 forks source link

Disable local account on AKS #398

Open phillebaba opened 3 years ago

phillebaba commented 3 years ago

New support has been added in Terraform to disable local accounts. We should use this in all deployments to limit how access can be gained to the cluster.

https://github.com/hashicorp/terraform-provider-azurerm/issues/13248

bittrance commented 3 years ago

This seems to require some sort of break-glass solution? Is figuring out that part of this issue?