puzzle / cert-manager-webhook-dnsimple

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

Token creation #21

Closed obeyler closed 3 months ago

obeyler commented 1 year ago

Secret token creation is truncated if we use this kind of token :

dnsimple:
  token: "9irzedrtrtbvDDZWHom2$asF"

At the end, the secret only contains: '9irzedrtrtbvDDZWHom2'

$asF is missing

moll-re commented 4 months ago

Can you make sure the string for the token is either base64-encoded or the secret use stringData instead of data?