presto-python-client
presto-python-client copied to clipboard
Add a class to wrap TLS authentication
prestodb.auth
provides an interface to setup authentication in the client. It currently defines the Authentication
abstract interface and KerberosAuthentication
. The purpose of this issue is to add a class to setup TLS client authentication.