r4fek / django-cassandra-engine

Django Cassandra Engine - the Cassandra backend for Django
BSD 2-Clause "Simplified" License
364 stars 85 forks source link

Does this library support connecting through TLS (if possible, with client cert auth)? #151

Open SebJansen opened 2 years ago

SebJansen commented 2 years ago

The documentation has some pointers on tinkering with the authentication method: http://r4fek.github.io/django-cassandra-engine/guide/advanced_usage/#using-internal-authorization

"You can also pass custom auth_provider to connection dict:"

Which links to DataStax's SASL-auth: https://docs.datastax.com/en/developer/python-driver/3.25/api/cassandra/auth/

Yet, I couldn't directly find docs on TLS.

I am new to Cassandra, so I apologize if I am asking a question with a very obvious answer.