Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: vinay-gopalan <[email protected]>
  • Loading branch information
kevineor and vinay-gopalan authored Nov 22, 2024
1 parent ba02fc2 commit 1e89b78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

FEATURES:

* Update `vault_database_secret_backend_connection`to support `password_authentication` for PostgreSQL, allowing to encrypt password before being passed to PostgreSQL ([#2371](https://github.com/hashicorp/terraform-provider-vault/pull/2371))

## 4.5.0 (Nov 19, 2024)
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/database_secret_backend_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ See the [Vault

* `password_authentication` - (Optional) When set to `scram-sha-256`, passwords will be
hashed by Vault before being sent to PostgreSQL. See the [Vault docs](https://www.vaultproject.io/api-docs/secret/databases/postgresql.html#sample-payload)
for an example.
for an example. Requires Vault 1.14+.

* `private_key` - (Optional) The secret key used for the x509 client
certificate. Must be PEM encoded.
Expand Down

0 comments on commit 1e89b78

Please sign in to comment.