Skip to content

Commit

Permalink
Update documentation for MySQL Secrets Engine (#9671) (#9770)
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>

Co-authored-by: arnis <8789226+0x63lv@users.noreply.github.com>
  • Loading branch information
Lauren Voswinkel and 0x63lv committed Aug 18, 2020
1 parent 7e0e1a7 commit 1202fa8
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 1202fa8

Please sign in to comment.