shibayan / terraform-azurerm-keyvault-acmebot

Terraform Module for Key Vault Acmebot
Apache License 2.0
31 stars 35 forks source link

Include access restrictions for Advanced tool site #62

Closed mirrorofstripes closed 7 months ago

mirrorofstripes commented 8 months ago

The azurerm_windows_function_app resource provider defaults to scm_use_main_ip_restriction = false, therefore I propose including a setting to restrict the Advanced tool site to the same IP addresses as specified in the main site restrictions to preemptively curtail any possible misuse as well as explicitly restricting it to TLS 1.2 only.