Skip to content

Parametrize tls version according to Azure policies requirement

Vasyl Leskiv [SLB] requested to merge vl/parametrize-tls-version into master

All Submissions:


  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [YES] I have updated the documentation accordingly.
  • [YES] My code follows the code style of this project.

Current Behavior or Linked Issues


Update enforcement policy for Postgres: resource "azurerm_postgresql_server" "main" ssl_minimal_tls_version_enforced = "TLSEnforcementDisabled" -> "TLS1_2".

Motivation:

  • Security best practice
  • Azure policies enforcement on client side: Some clients have Azure security policies that are conflicting with this setting. TLSEnforcement should be enabled by default.

image

Does this introduce a breaking change?


  • [NO]
Edited by Vasyl Leskiv [SLB]

Merge request reports