diff --git a/website/source/docs/secrets/postgresql/index.html.md b/website/source/docs/secrets/postgresql/index.html.md index 5b9e22594..b76911fd8 100644 --- a/website/source/docs/secrets/postgresql/index.html.md +++ b/website/source/docs/secrets/postgresql/index.html.md @@ -46,7 +46,7 @@ $ vault write postgresql/config/connection \ ``` In this case, we've configured Vault with the user "root" and password "vaulttest", -connecting to a PostgreSQL instance in AWS RDS. The "postgres" databse name is being used. +connecting to a PostgreSQL instance in AWS RDS. The "postgres" database name is being used. It is important that the Vault user have the `GRANT OPTION` privilege to manage users. Optionally, we can configure the lease settings for credentials generated