dareid / chakram

REST API test framework. BDD and exploits promises
http://dareid.github.io/chakram/
MIT License
908 stars 99 forks source link

SPNEGO/Kerberos/Windows Auth #89

Open katerberg opened 7 years ago

katerberg commented 7 years ago

Chakram has been incredible for me in testing unsecured and header-based secured endpoints, but I've hit a bit of a sticking point with endpoints that use SPNEGO to authenticate.

With curl, I can use the --negotiate flag to allow the authentication to work but I don't see an easy way with Chakram yet. Am I right in assuming that https://github.com/request/request/pull/1966 needs to be merged before I will be able to use Chakram with Kerberos endpoints?

dareid commented 7 years ago

That is correct. Thanks for finding the associated PR in request. Once that is merged I will update dependencies and it should hopefully all work.