Open jeteon opened 6 years ago
I don't have plans to add auth now. Any contributions are welcome. Very lightweight auth like in redis might make sense (https://redis.io/commands/auth).
Would you consider accepting a TLS PR with client auth? I think TLS support might be useful with or without auth. Using it for auth too could be nice though. Something like Redis where the client list is pre-configured, we could set up a finite list of client certs that the server will accept.
:confused: I temporarily forgot about the memcache protocol. I'm not sure if any standard clients support reaching it over TLS.
Do you have plans to add authentication to Siberite? Or if not, do you know of any proxies that might be suitable for the memcache protocol that I could use that might provide it?