plugin list should not try to load from api.netbox.oss.netboxlabs.com when ISOLATED_DEPLOYMENT = True #10628

Closed
opened 2025-12-29 21:33:54 +01:00 by adam · 0 comments
Owner

Originally created by @RangerRick on GitHub (Jan 8, 2025).

Originally assigned to: @bctiemann on GitHub.

NetBox version

v4.1.7

Feature type

Change to existing functionality

Triage priority

N/A

Proposed functionality

If ISOLATED_DEPLOYMENT is true, the plugin catalog should only show local plugins, without attempting to hit the public internet to load the full list of plugins.

In addition it would be nice if it listed any plugins that are available in the NetBox venv, but I realize that's a whole other level of feature request, so feel free to ignore that. :)

Use case

If you're behind a firewall that limits connections to the outside world, it's likely connecting to api (just like census) will be blocked. Currently, you get a message about the plugin catalog not being able to load. This would avoid trying to connect, and avoid the warning message in environments where not loading it is expected.

Database changes

No response

External dependencies

No response

Originally created by @RangerRick on GitHub (Jan 8, 2025). Originally assigned to: @bctiemann on GitHub. ### NetBox version v4.1.7 ### Feature type Change to existing functionality ### Triage priority N/A ### Proposed functionality If `ISOLATED_DEPLOYMENT` is true, the plugin catalog should only show local plugins, without attempting to hit the public internet to load the full list of plugins. In addition it would be nice if it listed _any_ plugins that are available in the NetBox venv, but I realize that's a whole other level of feature request, so feel free to ignore that. :) ### Use case If you're behind a firewall that limits connections to the outside world, it's likely connecting to api (just like census) will be blocked. Currently, you get a message about the plugin catalog not being able to load. This would avoid trying to connect, and avoid the warning message in environments where not loading it is expected. ### Database changes _No response_ ### External dependencies _No response_
adam added the status: acceptedtype: featurecomplexity: low labels 2025-12-29 21:33:54 +01:00
adam closed this issue 2025-12-29 21:33:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10628