netbox
                                
                                 netbox copied to clipboard
                                
                                    netbox copied to clipboard
                            
                            
                            
                        The premier source of truth powering network automation. Open source under Apache 2. Public demo: https://demo.netbox.dev
### Deployment Type Self-hosted ### NetBox Version v3.7.0 ### Python Version 3.8 ### Steps to Reproduce I have a custom script - when I use it via the GUI and...
### NetBox version v3.6.1 ### Python version 3.11 ### Steps to Reproduce Prerequisites: You need a device with a cable attached to one of its interfaces. The interface should not...
### NetBox version v3.6.1 ### Python version 3.8 ### Steps to Reproduce 1. Go to an enabled non-virtual interface with an installed cable in the device interface view. 2. Edit...
### Fixes: #5509 Adds custom fields for all models create and update tests that accept custom field data. @jeremystretch is this more what you were looking for? Probably don't need...
### Deployment Type Self-hosted ### NetBox Version v3.7.1 ### Python Version 3.8 ### Steps to Reproduce 1 click on Admin and then "permissions" (some notes : we are on netbox-docker....
### NetBox version v3.7.1 ### Feature type New functionality ### Proposed functionality According to #14862, with `ENABLE_LOCALIZATION = True` local datetime culture linked to selected language, ignoring all `_FORMAT` options...
### Language Ukrainian ### ISO 639-1 code uk ### Volunteer Yes ### Comments _No response_
### Proposed Changes Add: ``` 'oidc': ('OpenID Connect', None), ``` to the `AUTH_BACKEND_ATTRS` in netbox/netbox/authentication.py ### Justification Currently, the social auth displays the various SSO options under the login page....
### NetBox version v3.5.6 ### Feature type New functionality ### Proposed functionality I'd like the ability to constrain permissions on ContactAssignments, specifically to allow users to edit contact assignments on...
### Proposed Changes There are a handful of ValidationError that are not internationalized, they can be found searching for: Error(" In the project. The main ones are ValidationError ### Justification...