You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.