Joseph Irving

Results 31 comments of Joseph Irving

As more and more people move to K8s 1.23 where the ebs-csi-driver is mandatory, I imagine a fair amount will try out this addon and realise it doesn't work nicely...

Hey, thanks this looks pretty useful, we don't currently use the aws vault stuff, we've got https://github.com/uswitch/kiam for that, but I definitely see the value in expanding this to handle...

Hey sorry for taking so long, done some refactoring work to this project to make it a bit more atomic. My main concern with this change is how big a...

Hey, thanks for the PR We intentionally don't build our images with CA's installed, instead we leave it up to the user to mount in whatever CA is required, whether...

Yeah, this seems like a reasonable thing to do, might look at switching to https://github.com/spf13/viper so that we can easily switch between flags, env and config file

true, I'm just thinking ahead as people might want a config file in the future

I think the problem with Kingpin was easily overriding, based on flag/file/env etc. See this issue https://github.com/alecthomas/kingpin/issues/208, however it looks like something has been implemented to try and make this...

Hi, So we currently have a few pods that require access to multiple dbs and we have just ran a vault-creds container for each, this hasn't been much of an...

This would be very nice, especially now you've broken up the releases to be per kube version. Somebody asked me for the changes going from v0.13.0 to v1.10.x and I...

Kiam pre-fetches credentials as pods are scheduled. When the pod starts and requests creds if kiam has got some creds in the cache it will just return them, otherwise it...