Max Leske

Results 149 comments of Max Leske

I managed to get around it for now, so this isn't high priority for me. I think this can be fixed by skipping references, because they will be expanded later...

Any update on this? I'm struggling with an issue that looks very much like this. The problem appears only on some pods, all pods them are managed through ArgoCD. I...

My issue is probably unrelated. I've opened a separate issue: #254

To test my hypothesis I rebuilt the env image with `make image-vaultenv` after modifying the Dockerfile to use `debian:buster` as the value for `BASE_ALPINE`, pushed that image to my own...

Let me know if I can provide any more information.

@BlauerPulli That's basically what I found too. My guess, without actually looking at the code, is that there's a difference between musl and glibc. Something along the lines of this...

I don't really have time to dig into this but I tried to track down where the call happens. This is the line where the call is initiated: https://github.com/SparebankenVest/azure-key-vault-to-kubernetes/blob/bb751aef3405ab1b0118576f73635667e8481a10/pkg/azure/keyvault/client/service.go#L75. The...

I give up. I've played around with the keyvault package, but since it's an old package (2016-10-01) there's barely any documentation and getting authentication set up is a nightmare (there's...

Thanks @martinhsv! It will be a good day when this feature is release.