Patrick O'Doherty

Results 27 comments of Patrick O'Doherty

I think the approach of passing group membership information in certificates as a static list of principals might not be the best approach as it means that group memberships are...

I've had a brief look through the documentation and this does seem to be the promising path. The only thing that I'm yet to figure out is how to deal...

I made a very brief initial attempt at this last night. Unfortunately dh-make-golang currently doesn't deal well with vendored dependencies. It's also very likely that we'd have to package some...

aye it's looking an uphill battle. @nsheridan if I do get it packaged I'll version it outside of this repo to prevent any confusion. "we" in this case might end...

This would appear to require a patch to the golang ssh codebase to take into account the `DEK-Info` header that's included in the PEM block for encrypted SSH keys. Investigating...

Updated status: this functionality exists in a semi-ready state insofar as currently all alerts are sent by default to the Firehose output used for S3 storage / historical event searching....

I'd also really appreciate any input on this. I'm trying to use short-term connections to redis but it seems that the disconnect function raises the ConnectionError.

So I have an error code to associate with the problem now. ``` client.py:49 __exit__() - Strange exception with None value type: ; tb: File "/usr/local/lib/python2.6/dist-packages/brukva-0.0.1-py2.6.egg/brukva/client.py", line 441, in execute_command#012...

Is there any update on this issue? Has anyone else experienced it?

@westlicht is there any existing documentation on what you think the specification of this JSON format would look like? Wouldn't mind taking a shot at a conversion utility potentially