JNSimba opened a new pull request, #369: URL: https://github.com/apache/doris-spark-connector/pull/369
## Problem Summary: Add opt-in one-way TLS support across the Doris protocols used by the Spark connector. - Introduce unified TLS options with PEM CA trust, hostname verification, and per-protocol exclusions. - Apply TLS-aware clients to frontend/backend HTTP requests, Stream Load, Copy, MySQL/JDBC, BE Thrift, and Arrow Flight SQL while preserving plaintext defaults. - Add unit coverage and an opt-in external TLS E2E case for DataFrame, RDD, and Spark SQL read/write paths. - Document the connector TLS configuration and certificate deployment requirements. ## Checklist(Required) 1. Does it affect the original behavior: No 2. Has unit tests been added: Yes 3. Has document been added or modified: Yes 4. Does it need to update dependencies: No 5. Are there any changes that cannot be rolled back: No ## Testing Not run per request. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
