Hi All,
We have a secure Datastax cluster. We connect to it via cassandra python driver using kerberos authentication.
We use the following python libraries
cassandra-driver==3.25.0
requests-kerberos==0.12.0
kerberos==1.3.1
pure-sasl==0.6.2
Kindly let me know which is the best kerberos library which does not have any security vulnerabilities and is actively maintained.
Thank you
Rajiv