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

WapiRequestBuilder forces proxy_search leading to timeouts #245

Open
iskander-el-baraka opened this issue Oct 8, 2024 · 0 comments
Open

Comments

@iskander-el-baraka
Copy link

Hi everyone,

Kubernetes external-dns webhook uses the infoblox-go-client/connector.go WapiRequestBuilder to make API calls. 503's occur when the calls cannot be forwarded to a gridmaster, since there isnt one in our situation.

This can be replicated with a simple curl command or invoke-restmethod:
https://HOST:443/wapi/v2.3.1/record:host?_max_results=500 -> works
https://HOST:443/wapi/v2.3.1/record:host?_max_results=500&_proxy_search=GM -> doesnt work
Ignore the api version, same issues with later versions.

Hope someone can fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant