kestrel icon indicating copy to clipboard operation
kestrel copied to clipboard

SASL support

Open devonjones opened this issue 14 years ago • 2 comments

I would like to get end to end authentication in our application stack. Kestrel is a blocker for this. Memcached implemented SASL in about 2009: http://code.google.com/p/memcached/wiki/SASLAuthProtocol

Any chance you would consider adding SASL support? Java has a built in implementation, so accessing that from scala should be fairly easy: http://docs.oracle.com/javase/1.5.0/docs/api/javax/security/sasl/package-summary.html

http://en.wikipedia.org/wiki/Simple_Authentication_and_Security_Layer

Thanks, Devon Jones

devonjones avatar Feb 07 '12 21:02 devonjones

this might be easier to do in thrift.

robey avatar Feb 08 '12 01:02 robey

I'm using kestrel with apache camel that is based on memcached protocol. Is there any way to avoid having kestrel completely open to everyone that can access the host?

Teudimundo avatar Sep 04 '13 20:09 Teudimundo