mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
Fixed wording from "SQL" to "MongoDB" for clarity (#5643)
The original wording made it appear as if SQL statements were being executed against a MongoDB backend, which is incorrect and confusing. Fixed to better reflect what is actually occurring.
This commit is contained in:
parent
8ad28998bc
commit
937e1be6f3
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ more information about setting up the database secrets engine.
|
|||
password="Password!"
|
||||
```
|
||||
|
||||
1. Configure a role that maps a name in Vault to an SQL statement to execute to
|
||||
create the database credential:
|
||||
1. Configure a role that maps a name in Vault to a MongoDB command that executes and
|
||||
creates the database credential:
|
||||
|
||||
```text
|
||||
$ vault write database/roles/my-role \
|
||||
|
|
|
|||
Loading…
Reference in a new issue