From 937e1be6f3f4e553a9058f6d47325d22cb68c09a Mon Sep 17 00:00:00 2001 From: Raymond Kao Date: Thu, 1 Nov 2018 09:26:05 -0400 Subject: [PATCH] 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. --- website/source/docs/secrets/databases/mongodb.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/secrets/databases/mongodb.html.md b/website/source/docs/secrets/databases/mongodb.html.md index acf99437fa..69be0fe3d0 100644 --- a/website/source/docs/secrets/databases/mongodb.html.md +++ b/website/source/docs/secrets/databases/mongodb.html.md @@ -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 \