Stratio / Spark-MongoDB

Spark library for easy MongoDB access
http://www.stratio.com
Apache License 2.0
307 stars 99 forks source link

Support Kerberos (GSSAPI) based authentication #149

Closed singhularity closed 8 years ago

singhularity commented 8 years ago

Hello, I am using this library for one of my projects and it works great. The problem is it does not support GSSAPI credentials (supported by casbah) which is a requirement for us. I have patched this internally but contributing it back would be a lengthy process due to work restrictions. Is this something that is planned in future releases?

Thanks a lot for this library!

singhularity commented 8 years ago

I've committed my changes which works for me