Skip to content

Commit

Permalink
Update key_stores.mdx
Browse files Browse the repository at this point in the history
Trying to add clarification around the Hashicorp pieces in the TDE Docs.
  • Loading branch information
jkitchens32 authored Jul 13, 2023
1 parent d0e4257 commit 734ff42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions product_docs/docs/tde/15/key_stores.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 734ff42

Please sign in to comment.