[Improvement] Add Python client support for TLS/mTLS configuration
Open
improvement
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 935
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 315
Description
## What would you like to be improved?
#12011 adds TLS configuration (HTTPS and mutual TLS) support to the Java client. During review, @jerryshao noted the Python client doesn't yet have equivalent support, so it's inconsistent with the Java client's TLS/mTLS options.
## How should we improve?
Add matching TLS/mTLS configuration options to the Python client, mirroring the surface introduced in #12011 (config keys, cert/key handling, mTLS auth flow), plus corresponding docs and tests.
Related: #12011
Contributor guide
Assessment
This issue has not been assessed yet.