diff --git a/product_docs/docs/tde/15/key_stores.mdx b/product_docs/docs/tde/15/key_stores.mdx index b05a485a0e0..12be55f08e7 100644 --- a/product_docs/docs/tde/15/key_stores.mdx +++ b/product_docs/docs/tde/15/key_stores.mdx @@ -62,7 +62,7 @@ You can use the key store in an external key management system to manage the dat - Amazon AWS Key Management Service (KMS) - Google Cloud - Cloud Key Management Service -- HashiCorp Vault +- HashiCorp Vault (KMIP Secrets Engine and Transit Secrets Engine) - Microsoft Azure Key Vault - Thales CipherTrust Manager @@ -132,7 +132,7 @@ PGDATAKEYWRAPCMD='crypt encrypt gcp --out=%p --location=global --keyring=pg-tde PGDATAKEYUNWRAPCMD='crypt decrypt gcp --in=%p --location=global --keyring=pg-tde --key=pg-tde-master-1 --project your-project-123456' ``` -### HashiCorp Vault example +### HashiCorp Vault Transit Secrets Engine example ```shell # enable once