Closed GoogleCodeExporter closed 8 years ago
This will not be added, because it goes beyond the scope of Redis. You can add
such a thing by adding a proxy in front of Redis to check ACLs and so forth.
That way, you can tailor a solution to your exact needs at the cost of one more
hop per query.
Original comment by pcnoordh...@gmail.com
on 7 Mar 2011 at 11:37
this can become a part of webdis, if it isn't already. and actually using a
separate redis to manage ACLs for key patterns is a cool idea :)
Original comment by dvir...@gmail.com
on 7 Mar 2011 at 12:45
Webdis already has ACLs, matching users on IP + mask and/or HTTP Basic Auth.
Original comment by n.favref...@gmail.com
on 7 Mar 2011 at 1:11
I actually implemented proxy in python to meet my auth needs. Overhead is one
hop per request and it's not a big deal to me.
https://github.com/dredozubov/rpac
Original comment by rufusepr...@gmail.com
on 13 Mar 2011 at 7:03
Original issue reported on code.google.com by
rufusepr...@gmail.com
on 14 Feb 2011 at 12:54