Use dual-stack by default
DerEnderKeks opened this issue · 3 comments
DerEnderKeks commented
I just wasted way too much time trying to figure out why the kms server was unreachable on my IPv6 K8s cluster just to find out that py-kms only listens on legacy IPv4 by default. It's 2022, this really shouldn't be happening anymore.
simonmicro commented
Indeed - I remember in the original repo we had some problems using this any my change was reverted. @Matthew-Beckett what do you think? Should we try again?
Matthew-Beckett commented
@DerEnderKeks can you test #79?
simonmicro commented
So, I assume this is resolved now.