Provide a mechanism for plugins to register custom remote data source backends #13381
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Milestone
NetBox version
v3.5.7
Feature type
New functionality
Proposed functionality
Provide and support a mechanism for NetBox plugins to register their own remote data source backends, to complement the two backends (git and Amazon S3) currently provided natively. This will likely entail just formally documenting the
register_backend()
decorator, which is currently an internal resource.Use case
This will enable users to introduce support for additional backends by installing NetBox plugins.
Database changes
N/A
External dependencies
N/A
The text was updated successfully, but these errors were encountered: