forked from hashicorp/terraform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename database plugins for SEO (hashicorp#3156)
When we "nest" like this, it's important to use a common suffix, "Database Secret Backend" in this case, so that the SEO minions can properly group search results for end users.
- Loading branch information
1 parent
6d48cae
commit 3d5522f
Showing
8 changed files
with
25 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
layout: "docs" | ||
page_title: "MongoDB Database Plugin" | ||
page_title: "MongoDB Database Plugin - Database Secret Backend" | ||
sidebar_current: "docs-secrets-databases-mongodb" | ||
description: |- | ||
The MongoDB plugin for Vault's Database backend generates database credentials to access MongoDB. | ||
|
@@ -21,13 +21,13 @@ information about setting up the Database Backend. | |
|
||
After the Database Backend is mounted you can configure a MongoDB connection | ||
by specifying this plugin as the `"plugin_name"` argument. Here is an example | ||
MongoDB configuration: | ||
MongoDB configuration: | ||
|
||
``` | ||
$ vault write database/config/mongodb \ | ||
plugin_name=mongodb-database-plugin \ | ||
allowed_roles="readonly" \ | ||
connection_url="mongodb://admin:[email protected]:27017/admin?ssl=true" | ||
connection_url="mongodb://admin:[email protected]:27017/admin?ssl=true" | ||
The following warnings were returned from the Vault server: | ||
* Read access to this endpoint should be controlled via ACLs as it will return the connection details as is, including passwords, if any. | ||
|
@@ -55,4 +55,3 @@ plugin API](/api/secret/databases/mongodb.html) page. | |
|
||
For more information on the Database secret backend's HTTP API please see the [Database secret | ||
backend API](/api/secret/databases/index.html) page. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters