safer_rails_console
safer_rails_console copied to clipboard
feat: redis sandboxing
This adds Redis sandboxing to safer_rails_console.
It allows for reading, but any attempt to call a write method raises an error
reminder to self: add this too https://github.com/redis-rb/redis-client
@will89 @mattsmith0308 @jturkel any updates?
@gremerritt - Mind taking a look at this PR?
Re: the scripting commands, let's go forward with what you have currently (ie. blocking scripting commands). Can you add a config-level toggle to disable the new redis support though? We'll likely come back to this and add some additional scripting configuring support, but I don't want to block you from getting this out either.