You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/database_secret_backend_connection.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,10 @@ Exactly one of the nested blocks of configuration options must be supplied.
172
172
*`max_connection_lifetime` - (Optional) The maximum number of seconds to keep
173
173
a connection alive for.
174
174
175
+
*`tls_certificate_key` - (Optional) x509 certificate for connecting to the database. This must be a PEM encoded version of the private key and the certificate combined.
176
+
177
+
*`tls_ca` - (Optional) x509 CA file for validating the certificate presented by the MySQL server. Must be PEM encoded.
178
+
175
179
### PostgreSQL Configuration Options
176
180
177
181
*`connection_url` - (Required) A URL containing connection information. See
0 commit comments