Like I want that all ODBC/JDBC connections from Data Hub to Data Sources (MySQL, Snowflake etc.) should be secure. My InfoSec Team is asking to enforce a policy at DataHub Platform (Source DB Connections already enforce the policy).
g
gray-shoe-75895
06/02/2023, 5:24 PM
This varies by connection source, so you’d need to answer it per connector. Overall, we generally support SSL-based connections
• For mysql, you can set some config parameters to enable ssl mode. See this example recipe https://datahubproject.io/docs/generated/ingestion/sources/mysql/#starter-recipe
• For snowflake, all connections use SSL by default