From 1202fa816cf138eee3eecdc8308c0ab7c94b8317 Mon Sep 17 00:00:00 2001 From: Lauren Voswinkel Date: Tue, 18 Aug 2020 10:59:41 -0700 Subject: [PATCH] Update documentation for MySQL Secrets Engine (#9671) (#9770) * Update documentation for MySQL Secrets Engine Update documentation for MySQL Database Secrets Engine to reflect changes introduced with https://github.com/hashicorp/vault/pull/9181 * Empty Commit to re-trigger tests Co-authored-by: Lauren Voswinkel Co-authored-by: arnis <8789226+0x63lv@users.noreply.github.com> --- website/pages/api-docs/secret/databases/mysql-maria.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/pages/api-docs/secret/databases/mysql-maria.mdx b/website/pages/api-docs/secret/databases/mysql-maria.mdx index 051e5f83c150..302f53e3b432 100644 --- a/website/pages/api-docs/secret/databases/mysql-maria.mdx +++ b/website/pages/api-docs/secret/databases/mysql-maria.mdx @@ -45,6 +45,12 @@ has a number of parameters to further configure a connection. - `password` `(string: "")` - The root credential password used in the connection URL. +- `tls_certificate_key` `(string: "")` - x509 certificate for connecting to the database. + This must be a PEM encoded version of the private key and the certificate combined. + +- `tls_ca` `(string: "")` - x509 CA file for validating the certificate presented by the + MySQL server. Must be PEM encoded. + ### Sample Payload ```json