Skip to content

Commit

Permalink
backport of commit e69f2ac
Browse files Browse the repository at this point in the history
  • Loading branch information
swatibourai0560 authored Jan 16, 2025
1 parent 17d13bf commit 4b16ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/secrets/databases/postgresql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ DB in order to resolve any errors encountered during rotation.
the `self_managed_password` parameter:

```shell-session
$ vault write database/static-roles/my-static-role \
$ vault write database/static-roles/my-role \
db_name="my-postgresql-database" \
username="staticuser" \
self_managed_password="password" \
Expand All @@ -138,7 +138,7 @@ DB in order to resolve any errors encountered during rotation.
1. Read static credentials:

```shell-session
$ vault read database/static-creds/static-test
$ vault read database/static-creds/my-role
Key Value
--- -----
last_vault_rotation 2024-09-11T14:15:13.764783-07:00
Expand Down

0 comments on commit 4b16ee4

Please sign in to comment.