website: fix small typo
This commit is contained in:
parent
a5f5432578
commit
b68244b252
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue