Open Kani999 opened 2 months ago
It was not my intent to trigger git checks and move to the next step but to bring relevance to the fix is desired in other places and reinforce the proposed change, apologies to the maintainers.
someone correct me if I'm wrong but isn't this already addressed and merged in #616 I've stumbled over the same problem regarding https://github.com/netbox-community/Device-Type-Library-Import/issues/134
someone correct me if I'm wrong but isn't this already addressed and merged in #616 I've stumbled over the same problem regarding netbox-community/Device-Type-Library-Import#134
I don't think so. With our specific configuration, where a redirect occurs when the user is not authorized, it won't trigger a 403 error.
I have the same issue, and I need this fix too
Hi
Same here, any idea when this request will be merged ? :)
Fixes: #640
version
property inpynetbox/core/api.py
to pass the API token when callingget_version
.nb.version
returns an empty string when using an OIDC proxy, due to unauthorized requests being redirected to the login page.Closes #640