Skip to content

Commit

Permalink
docs(ingest): add example of ssl with mysql (#5954)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Sep 16, 2022
1 parent a4720f8 commit 78f648a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion metadata-ingestion/docs/sources/mysql/mysql_recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,12 @@ source:
username: root
password: example

# If you need to use SSL with MySQL:
# options:
# connect_args:
# ssl_ca: "path_to/server-ca.pem"
# ssl_cert: "path_to/client-cert.pem"
# ssl_key: "path_to/client-key.pem"

sink:
# sink configs
# sink configs

0 comments on commit 78f648a

Please sign in to comment.