AbsaOSS / AbsaOSS/external-dns-infoblox-webhook
Unable to Update existing CNAME
- Dominant language
- Go
- Stars
- 27
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
```
time="2026-04-08T13:33:24Z" level=info msg="Changing record" action=CREATE record=alloy.example.com target=traefik.example.com ttl=300 type=RecordCNAME zone=example.com
2026/04/08 13:33:25 CreateObject request error: 'WAPI request error: 400('400 Bad Request')
Contents:
{ "Error": "AdmConDataError: None (IBDataConflictError: IB.Data.Conflict:The record 'alloy.example.com' already exists.)",
"code": "Client.Ibap.Data.Conflict",
"text": "The record 'alloy.example.com' already exists."
}
```
I updated a record to update a CNAME record from one url backend to another, and it returns a 400 error on the create request, but should this not be an UpdateObject vs a create object? I run my externaldns in upsert-only, I would imagine that this should be an update rather than a delete and create of a new record or is there something I am unaware of regarding this?f
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.