Rich Rauenzahn

Results 39 issues of Rich Rauenzahn

I'd like to replace my current auditing system, and have been studying your code tonight. In order to change to this package I really need a way to query a...

enhancement

I may not have thought this through, but would it make sense to have ACL's on key prefixes? It would be nice to be able to restrict what I serve...

I had a case where I was passing the class itself, and not an instance of the class. It took a bit to figure out what the issue was since...

Without adding curl, we have to switch to USER root when deriving other containers... and then set it back to USER node, hoping the upstream never changes the service user....

I'd like to not log the response. I could override `handle_log` to NULL it out, but that means I'm still doing the `_clean_data` on it. What do you think of...

remove errant x

rho seems to get stuck scanning some ilo's that are on our network. If I watch lsof I can see the connections, and then they eventually disappear. I get these...

Given the reliability issues I'm seeing in #15, it would be nice if rho wrote out the report occasionally so that if the tool needs to be killed due to...

I was reviewing the code per my other bug report -- at one point I thought maybe the commands were timing out. I noticed a timeout isn't included in exec_command()....

Is anyone already working on Django 4.2 support? I don't want to duplicate effort and was looking at it today. ~~So far the issue is the reference to django.utils.six, which...