typedb / typedb-driver-python

TypeDB Driver for Python
https://typedb.com
Apache License 2.0
67 stars 24 forks source link

Implement cluster authentication #225

Closed flyingsilverfin closed 3 years ago

flyingsilverfin commented 3 years ago

What is the goal of this PR?

Implemented authentication secure channels, and user management for typedb cluster. SSL is now required for connections to TypeDB cluster , because sending username/passwords over plaintext connections is disallowed by gRPC.

What are the changes implemented in this PR?