Skip to content

Commit

Permalink
Merge pull request #4420 from EnterpriseDB/jkitchens32-patch-1
Browse files Browse the repository at this point in the history
Update key_stores.mdx
  • Loading branch information
drothery-edb authored Jul 13, 2023
2 parents 55daa7d + 734ff42 commit acc3aac
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

1 comment on commit acc3aac

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.