Closed oscrx closed 1 week ago
Hi @oscrx, did you try request infoblox manually? see: https://github.com/absaoSS/external-dns-infoblox-webhook?tab=readme-ov-file#writing-data. the provider basically creates these json objects and sends them to infoblox.
Hi there, I am having some issues with our infoblox <> external-dns integration. I hope I can get some debug suggestions.
When I switched from external dns 0.14.5 to 0.15.0 I noticed that the in-tree infoblox provider was no longer there. I am currently switching our config to the webhook provider. Unfortunately our infoblox thinks there is something wrong :)
I did find some forum posts about the error message but things did not get clear for me instantly.
https://community.infoblox.com/t5/api-integration-devops-netops/the-action-is-not-allowed-a-parent-was-not-found/td-p/21172
These are my settings (external-dns helm chart)
Our records are part of a subzone, it worked with the in-tree implementation in External DNS. The logging is a little bit underwhelming unfortunately.
With the dry-run option it seems to work. Only during the creation of actual records some setting/api option is wrong and I cannot determine what it is. If I was able to capture the content of the actual requests being done I might have been able to locate the issue by comparing. Maybe I'll setup a simple proxy for it tomorrow.
Any help is appreciated.