Merge branch 'database-refactor' of github.com:hashicorp/vault into database-refactor
This commit is contained in:
commit
c0ce0ae499
|
@ -15,9 +15,6 @@ The MySQL Database Plugin is one of the supported plugins for the Database
|
||||||
backend. This plugin generates database credentials dynamically based on
|
backend. This plugin generates database credentials dynamically based on
|
||||||
configured roles for the MySQL database.
|
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
|
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
|
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
|
the length of usernames generated by the plugin as different versions of mysql
|
||||||
|
@ -28,6 +25,9 @@ accept different lengths. The availible plugins are:
|
||||||
- mysql-rds-database-plugin
|
- mysql-rds-database-plugin
|
||||||
- mysql-legacy-database-plugin
|
- mysql-legacy-database-plugin
|
||||||
|
|
||||||
|
See the [Database Backend](/docs/secrets/databases/index.html) docs for more
|
||||||
|
information about setting up the Database Backend.
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
After the Database Backend is mounted you can configure a MySQL connection
|
After the Database Backend is mounted you can configure a MySQL connection
|
||||||
|
|
Loading…
Reference in New Issue