From a9b3b9ca18ad4a3d819403e13c589ef27d61d6af Mon Sep 17 00:00:00 2001 From: arnis <8789226+0x63lv@users.noreply.github.com> Date: Tue, 18 Aug 2020 01:30:33 +0300 Subject: [PATCH] Update documentation for MySQL Secrets Engine (#9671) * 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 --- 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