gardener / external-dns-management

Environment to manage external DNS entries for a kubernetes cluster
Apache License 2.0
81 stars 67 forks source link

rfc2136 provider expects TSIG key in base64 DEcoded format #346

Closed Avarei closed 9 months ago

Avarei commented 9 months ago

What happened: Currently the provider secret for rfc2136 expects TSIGSecret to be set to the base64 decoded version of the TSIG key. While it base64 encodes the secret during runtime.

What you expected to happen: no decoding and reencoding.

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know:

Environment: external-dns-management v0.16.0 as well as on master. kubernetes 1.26