puzzle / cert-manager-webhook-dnsimple

A cert-manager ACME DNS01 solver webhook for DNSimple.
Apache License 2.0
19 stars 24 forks source link

Staging cluster-issuer doesn't quotes the dnsimple account #1

Closed hassek closed 3 years ago

hassek commented 3 years ago

on the staging cluster issuer, the dnsimple account field is not quoted, ending up in an error like:

Error presenting challenge: error decoding solver config: json: cannot unmarshal number into Go struct field dnsimpleDNSProviderConfig.account of type string.
arnediekmann commented 3 years ago

Thanks @hassek for pointing that out! I just released version 0.0.2 which fixes that.