add new mysql plugin names and fix grammar

This commit is contained in:
Brian Kassouf 2017-05-03 18:41:39 -07:00
parent 0875e78a13
commit ce391ca425
4 changed files with 16 additions and 5 deletions

View File

@ -57,6 +57,6 @@ This role can be used to retrieve a new set of credentials by querying the
The full list of configurable options can be seen in the [Cassandra database
plugin API](/api/secret/databases/cassandra.html) page.
Or for more information on the Database secret backend's HTTP API please see the [Database secret
For more information on the Database secret backend's HTTP API please see the [Database secret
backend API](/api/secret/databases/index.html) page.

View File

@ -55,6 +55,6 @@ This role can now be used to retrieve a new set of credentials by querying the
The full list of configurable options can be seen in the [MSSQL database
plugin API](/api/secret/databases/mssql.html) page.
Or for more information on the Database secret backend's HTTP API please see the [Database secret
For more information on the Database secret backend's HTTP API please see the [Database secret
backend API](/api/secret/databases/index.html) page.

View File

@ -8,7 +8,8 @@ description: |-
# MySQL/MariaDB Database Plugin
Name: `mysql-database-plugin`
Name: `mysql-database-plugin`, `aurora-database-plugin`, `rds-database-plugin`,
`mysql-legacy-database-plugin`
The MySQL Database Plugin is one of the supported plugins for the Database
backend. This plugin generates database credentials dynamically based on
@ -17,6 +18,16 @@ configured roles for the MySQL database.
See the [Database Backend](/docs/secrets/databases/index.html) docs for more
information about setting up the Database Backend.
This plugin has a few different instances built into vault, each instance is for
a slightly different MySQL driver. The only difference between these plugins is
the length of usernames generated by the plugin as different versions of mysql
accept different lengths. The availible plugins are:
- mysql-database-plugin
- aurora-database-plugin
- rds-database-plugin
- mysql-legacy-database-plugin
## Quick Start
After the Database Backend is mounted you can configure a MySQL connection
@ -53,6 +64,6 @@ This role can now be used to retrieve a new set of credentials by querying the
The full list of configurable options can be seen in the [MySQL database
plugin API](/api/secret/databases/mysql-maria.html) page.
Or for more information on the Database secret backend's HTTP API please see the [Database secret
For more information on the Database secret backend's HTTP API please see the [Database secret
backend API](/api/secret/databases/index.html) page.

View File

@ -55,6 +55,6 @@ This role can be used to retrieve a new set of credentials by querying the
The full list of configurable options can be seen in the [PostgreSQL database
plugin API](/api/secret/databases/postgresql.html) page.
Or for more information on the Database secret backend's HTTP API please see the [Database secret
For more information on the Database secret backend's HTTP API please see the [Database secret
backend API](/api/secret/databases/index.html) page.