singlestore-labs / sqlalchemy-singlestoredb

SQLAlchemy dialect for the SingleStore database
Apache License 2.0
2 stars 3 forks source link

Kerb auth #4

Closed svshivapuja closed 8 months ago

svshivapuja commented 8 months ago

How does this support kerberos authentication? I was able to connect through it but seems like the singlestore documentation says otherwise : https://docs.singlestore.com/db/v7.3/security/authentication/kerberos-authentication/assumptions-and-prerequisites/

kesmit13 commented 8 months ago

That documentation was written before the Kerberos support was added to the SingleStoreDB Python client. However, if you have the gssapi Python package, Kerberos will work with this client as well. I'll make sure to update the documentation team to add this information to our docs.