Skip to content

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

@RangerRick

Description

@RangerRick

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

Metadata

Metadata

Assignees

Labels

complexity: lowRequires minimal effort to implementstatus: acceptedThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions