NetBox: How to Prevent Direct Changes to the Main Branch

NetBox: How to Prevent Direct Changes to the Main Branch

NetBox Tip! Prevent direct changes to the main branch when using the NetBox Changes plugin. Enable protect_main to ensure all changes are made through branches and follow an approval workflow.

Here's an example configuration:

# ./configuration.py

PLUGINS_CONFIG = {
    "netbox_changes": {
        "protect_main": True,
    },
}

Subscribe to our newsletter and stay updated.

Don't miss anything. Get all the latest posts delivered straight to your inbox.
Great! Check your inbox and click the link to confirm your subscription.
Error! Please enter a valid email address!