mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
[docs/website/dynamic-secrets] - fix typo in multi-line cli command for configuring postgres as a secrets engine (#7842)
* docs/website/secret-mgmt: fix minor typo in cli command for configuring postgres secrets engine Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> * docs/website/secret-mgmt: fix minor typo in cli command for configuring postgres secrets engine Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com>
This commit is contained in:
parent
d00cb48023
commit
80bc8d060a
@ -168,7 +168,7 @@ working with `database` secrets engine is out of scope for this guide.
|
||||
$ vault secrets enable database
|
||||
|
||||
# Configure the secret engine with appropriate parameter values
|
||||
$ vault write database/config/postgresql
|
||||
$ vault write database/config/postgresql \
|
||||
plugin_name=postgresql-database-plugin \
|
||||
allowed_roles=* \
|
||||
connection_url=postgresql://root:rootpassword@localhost:5432/myapp
|
||||
|
||||
@ -204,7 +204,7 @@ command with correct URL to match your environment.
|
||||
**Example:**
|
||||
|
||||
```plaintext
|
||||
$ vault write database/config/postgresql
|
||||
$ vault write database/config/postgresql \
|
||||
plugin_name=postgresql-database-plugin \
|
||||
allowed_roles=readonly \
|
||||
connection_url=postgresql://root:rootpassword@localhost:5432/myapp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user