voyagermesh / voyager

🚀 Secure L7/L4 (HAProxy) Ingress Controller for Kubernetes
https://voyagermesh.com
Apache License 2.0
1.35k stars 134 forks source link

Voyager Linode DNS cert issue error #1477

Open tamalsaha opened 4 years ago

tamalsaha commented 4 years ago
 error presenting token: json: cannot unmarshal object into Go value of type []*dns.Domain
tamalsaha commented 4 years ago

GKE cluster : 1.15.4 Linode DNS Provider Voyager v11.0.0

tamalsaha commented 4 years ago

From the error it seems that Linode v3 api is returning error. Probably lego fork should be updated to use Linode v4 . https://github.com/go-acme/lego/tree/master/providers/dns/linodev4

ddubeyrunnel commented 4 years ago

But is there anything that I need to from myself?

oliver-ni commented 3 years ago

Me too