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:
Raymond Kao 2018-11-01 09:26:05 -04:00 committed by Chris Hoffman
parent 8ad28998bc
commit 937e1be6f3

View file

@ -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 \