This is an automated email from the ASF dual-hosted git repository.
HTHou pushed a change to branch codex/thrift-client-mtls
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from e6499595cfc Support Thrift client mutual TLS
add d16174053df Support Python client mutual TLS
No new revisions were added by this update.
Summary of changes:
iotdb-client/client-py/README.md | 36 ++++-
iotdb-client/client-py/iotdb/Session.py | 28 +++-
iotdb-client/client-py/iotdb/SessionPool.py | 8 ++
iotdb-client/client-py/iotdb/dbapi/Connection.py | 35 ++++-
iotdb-client/client-py/iotdb/table_session.py | 6 +
iotdb-client/client-py/iotdb/table_session_pool.py | 4 +
iotdb-client/client-py/session_ssl_example.py | 16 ++-
.../client-py/tests/unit/test_session_ssl.py | 152 +++++++++++++++++++++
8 files changed, 279 insertions(+), 6 deletions(-)
create mode 100644 iotdb-client/client-py/tests/unit/test_session_ssl.py