Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error dns: bad authentication #4337

Open
kingnarmer opened this issue Mar 25, 2024 · 6 comments
Open

Error dns: bad authentication #4337

kingnarmer opened this issue Mar 25, 2024 · 6 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@kingnarmer
Copy link

kingnarmer commented Mar 25, 2024

What happened:
I am getting error below with new edns release

RFC2136 had errors in one or more of its batches: [dns: bad authentication]"

What you expected to happen:

DNS record created successfully.

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

Deploy latest release generates the error.

Anything else we need to know?:

I am using bitnami chart for edns

Environment:

  • External-DNS version (use external-dns --version): bitnami chart 7.1.0 (App 0.14.1) doesn't work , chart 6.38.0 (App 0.14.0) works.

  • DNS provider: RFC2136

  • Others: k8s version 1.29.3

time="2024-03-25T20:31:00Z" level=warning msg="No available zone found for ingress-testing-mudpit2.k8s.tesdomain.com, set it to 'root'"
time="2024-03-25T20:31:00Z" level=debug msg="AddRecord.ep=ingress-testing-mudpit2.k8s.tesdomain.com 300 IN A  10.98.0.31 []"
time="2024-03-25T20:31:00Z" level=info msg="Adding RR: ingress-testing-mudpit2.k8s.tesdomain.com 300 A 10.98.0.31"
time="2024-03-25T20:31:00Z" level=warning msg="No available zone found for ingress-testing-mudpit2.k8s.tesdomain.com, set it to 'root'"
time="2024-03-25T20:31:00Z" level=debug msg="AddRecord.ep=ingress-testing-mudpit2.k8s.tesdomain.com 0 IN TXT  \"heritage=external-dns,external-dns/owner=mudpit2,external-dns/resource=ingress/ingress-testing/testsite-ingress\" []"
time="2024-03-25T20:31:00Z" level=info msg="Adding RR: ingress-testing-mudpit2.k8s.tesdomain.com 300 TXT \"heritage=external-dns,external-dns/owner=mudpit2,external-dns/resource=ingress/ingress-testing/testsite-ingress\""
time="2024-03-25T20:31:00Z" level=warning msg="No available zone found for a-ingress-testing-mudpit2.k8s.tesdomain.com, set it to 'root'"
time="2024-03-25T20:31:00Z" level=debug msg="AddRecord.ep=a-ingress-testing-mudpit2.k8s.tesdomain.com 0 IN TXT  \"heritage=external-dns,external-dns/owner=mudpit2,external-dns/resource=ingress/ingress-testing/testsite-ingress\" []"
time="2024-03-25T20:31:00Z" level=info msg="Adding RR: a-ingress-testing-mudpit2.k8s.tesdomain.com 300 TXT \"heritage=external-dns,external-dns/owner=mudpit2,external-dns/resource=ingress/ingress-testing/testsite-ingress\""
time="2024-03-25T20:31:00Z" level=debug msg=SendMessage
time="2024-03-25T20:31:00Z" level=info msg="error in dns.Client.Exchange: dns: bad authentication"
time="2024-03-25T20:31:00Z" level=error msg="RFC2136 create record failed: dns: bad authentication"
time="2024-03-25T20:31:00Z" level=fatal msg="Failed to do run once: RFC2136 had errors in one or more of its batches: [dns: bad authentication]"
@kingnarmer kingnarmer added the kind/bug Categorizes issue or PR as related to a bug. label Mar 25, 2024
@kingnarmer kingnarmer changed the title Error dns: bad authentication with new release Error dns: bad authentication Mar 25, 2024
@bpedersen2
Copy link

I can confirm this happens (same versions) here too. Interesting points:

2 deployments with separate zones and zone filters. I suspect it is related to #3976 and followup changes.

@kingnarmer
Copy link
Author

I tried setting rfc2136-batch-change-size=1 without success.

time="2024-03-26T13:00:37Z" level=info msg="Instantiating new Kubernetes client"
time="2024-03-26T13:00:37Z" level=info msg="Using inCluster-config based on serviceaccount-token"
time="2024-03-26T13:00:37Z" level=info msg="Created Kubernetes client https://10.43.0.1:443"
time="2024-03-26T13:00:37Z" level=info msg="Configured RFC2136 with zone '[k8s.tesdomain.com.]' and nameserver 'x.x.x.x:53'"
time="2024-03-26T13:00:37Z" level=warning msg="No available zone found for ingress-testing-mudpit2.k8s.tesdomain.com, set it to 'root'"
time="2024-03-26T13:00:37Z" level=info msg="Adding RR: ingress-testing-mudpit2.k8s.tesdomain.com 300 A 10.98.0.31"
time="2024-03-26T13:00:37Z" level=info msg="error in dns.Client.Exchange: dns: bad authentication"
time="2024-03-26T13:00:37Z" level=error msg="RFC2136 create record failed: dns: bad authentication"
time="2024-03-26T13:00:37Z" level=warning msg="No available zone found for ingress-testing-mudpit2.k8s.tesdomain.com, set it to 'root'"
time="2024-03-26T13:00:37Z" level=info msg="Adding RR: ingress-testing-mudpit2.k8s.tesdomain.com 300 TXT \"heritage=external-dns,external-dns/owner=mudpit2,external-dns/resource=ingress/ingress-testing/testsite-ingress\""
time="2024-03-26T13:00:37Z" level=info msg="error in dns.Client.Exchange: dns: bad authentication"
time="2024-03-26T13:00:37Z" level=error msg="RFC2136 create record failed: dns: bad authentication"
time="2024-03-26T13:00:37Z" level=warning msg="No available zone found for a-ingress-testing-mudpit2.k8s.tesdomain.com, set it to 'root'"
time="2024-03-26T13:00:37Z" level=info msg="Adding RR: a-ingress-testing-mudpit2.k8s.tesdomain.com 300 TXT \"heritage=external-dns,external-dns/owner=mudpit2,external-dns/resource=ingress/ingress-testing/testsite-ingress\""
time="2024-03-26T13:00:37Z" level=info msg="error in dns.Client.Exchange: dns: bad authentication"
time="2024-03-26T13:00:37Z" level=error msg="RFC2136 create record failed: dns: bad authentication"
time="2024-03-26T13:00:37Z" level=fatal msg="Failed to do run once: RFC2136 had errors in one or more of its batches: [dns: bad authentication dns: bad authentication dns: bad authentication]"

@bpedersen2
Copy link

I guess the problems stems from these commits:
714078d
and
714078d

The field name changes and that change is likely not correctly reflected in the bitnami chart.

@bpedersen2
Copy link

I think this issues indicates that the release changelog is not highlighting such changes as breaking.

It only shows the pull request title RFC2136: Allow multiple zones , without mentioning that this change also changes an argument name.

@bpedersen2
Copy link

Further inspection indicates that it is a problem that the zone matching does not work correctly anymore.
For now staying on 0.14.0 is working.

@bpedersen2
Copy link

See #3976 which introduced the multiple-zone handling. It seems like handling the trailing dot at the end of the zone got broken by the reodering of the dns.fqdn calls.
Zone now need to be configured without the trailing dot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants