Harshal Sheth a9e0038199
docs(ingest/postgres): add example with ssl configuration (#7916)
Co-authored-by: John Joyce <john@acryl.io>
2023-05-03 15:22:24 -07:00

21 lines
393 B
YAML

source:
type: mariadb
config:
# Coordinates
host_port: localhost:3306
database: dbname
# Credentials
username: root
password: example
# If you need to use SSL with MariaDB:
# 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 configs