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
|
||||
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
|
||||
|
@ -28,6 +25,9 @@ accept different lengths. The availible plugins are:
|
|||
- mysql-rds-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
|
||||
|
||||
After the Database Backend is mounted you can configure a MySQL connection
|
||||
|
|
Loading…
Reference in New Issue