benluteijn / redis

Automatically exported from code.google.com/p/redis
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

[Feature Request] Support for Auditing #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like to be able to track who writes (and possibly even who reads) data.
 Since there's no real authentication here for usernames, at a minimum, we
can record which host performed the write operation.  For example:

TIMESTAMP IP CMD KEY VALUE
2009-11-11 10:15:33 10.0.0.2 SET k1 v1

I certainly don't think this needs to be enabled by default, but in certain
circumstances it may be useful (this may be a useful place to put
per-operation meta-data as well).

Original issue reported on code.google.com by rlowe%pa...@gtempaccount.com on 20 Nov 2009 at 6:15

GoogleCodeExporter commented 9 years ago
Unfortunately we decided to don't handle security issues over the plain 
"password" mode. I understand the need but my feeling is that Redis can't do 
(and should not do) this well, it's a really different beast.

Cheers,
Salvatore

Original comment by anti...@gmail.com on 23 Aug 2010 at 4:04