Ben Davies

Results 12 comments of Ben Davies

I can see that Vault 1.11.0 has been released which contains: - secrets/consul: Vault is now able to automatically bootstrap the Consul ACL system. [https://github.com/hashicorp/vault/pull/10751] What changes are needed to...

Have the same problem; looks like PhantomJs just hangs. Running: ps aux | grep phantom and copying the command line executed for that process shows that phantomjs works correctly. For...

I had the same issue, however I realised that I had installed Awsume outside of a venv. Once I uninstalled it, and installed it again inside my venv, everything worked...

Bump! I can't goinstall your ldap package without this package, and this package wont install due to the above issue!

Ten steps ahead of you :) goinstalled your packages, got my project running, and have a very simple example to show my boss within the hour. Cheers! Ben On Tue,...

The following works for me: ```go package main import ( "encoding/json" "log" "github.com/jmespath/go-jmespath" ) func main() { var jsonBlob = []byte(`{"name":"ben", "items": [{"age":38}]}`) var d interface{} err := json.Unmarshal(jsonBlob, &d)...

Thanks for the insightful response - after reflecting on your point, I agree with you that would result in "strangeness", just to cover this one case. As a follow up,...

I've been looking at this repo recently and it's been a long time since I did any work on it. I was in he same boat; this was one of...

Pull requests are always appreciated!

Thanks for this! Hopefully I can find time to fix this on the weekend