Skip to content

Commit

Permalink
Update documentation for MySQL Secrets Engine (#9671)
Browse files Browse the repository at this point in the history
* Update documentation for MySQL Secrets Engine

Update documentation for MySQL Database Secrets Engine to reflect changes introduced with #9181

* Empty Commit to re-trigger tests

Co-authored-by: Lauren Voswinkel <lvoswinkel@hashicorp.com>
  • Loading branch information
0x63lv and Lauren Voswinkel committed Aug 17, 2020
1 parent 48db6d3 commit a9b3b9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/pages/api-docs/secret/databases/mysql-maria.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9b3b9c

Please sign in to comment.