Skip to content

Commit

Permalink
Merge pull request #6785 from arestarh/azurerm_app_gw_ssl_cert_key_va…
Browse files Browse the repository at this point in the history
…ult_doc

Changed: notes regarding configuring 'TLS termination with Key Vault …
  • Loading branch information
tombuildsstuff committed May 6, 2020
2 parents e432fce + 093a62c commit 46a1cf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/r/application_gateway.html.markdown
Expand Up @@ -398,6 +398,10 @@ A `ssl_certificate` block supports the following:

* `key_vault_secret_id` - (Optional) Secret Id of (base-64 encoded unencrypted pfx) `Secret` or `Certificate` object stored in Azure KeyVault. You need to enable soft delete for keyvault to use this feature. Required if `data` is not set.

-> **NOTE:** TLS termination with Key Vault certificates is limited to the [v2 SKUs](https://docs.microsoft.com/en-us/azure/application-gateway/key-vault-certs).

-> **NOTE:** For TLS termination with Key Vault certificates to work properly existing user-assigned managed identity, which Application Gateway uses to retrieve certificates from Key Vault, should be defined via `identity` block. Additionally, access policies in the Key Vault to allow the identity to be granted *get* access to the secret should be defined.

---

A `url_path_map` block supports the following:
Expand Down

0 comments on commit 46a1cf3

Please sign in to comment.