bringhurst / nginx-mod-auth-kerb

An nginx module to enable the use of SPNEGO, GSSAPI, and Kerberos for HTTP SSO authentication.
Other
37 stars 8 forks source link

Is anyone using this in production? #6

Open ssbarnea opened 10 years ago

ssbarnea commented 10 years ago

Sorry for opening a bug for this but I do think that it is essential to know if anyone is currently using this in production and at which scale. even if you stopped using it it would be helpful.

Enabling this module on nginx for production could be a total disaster if it would be unstable, if it doesn't work is not such a big problem but if it blocks usage is critical.

bringhurst commented 10 years ago

Haven't used it for about 3 years now. If you look at the code, it's a bit sketchy. It might be a good starting point if someone has a reason to maintain it tho.

stnoonan commented 10 years ago

I have an alternate module for SPNEGO that's being used all over the place and is actively maintained. https://github.com/stnoonan/spnego-http-auth-nginx-module

Apologies to fintler for the comment if you're offended.