Skip to main content

Jobs and utilities for EntraID hygiene in NetBox

Project description

NetBox EntraID Tools

GitHub Python NetBox

Jobs and utilities for EntraID hygiene in NetBox.

Overview

This plugin is part of a larger ecosystem of EntraID (Azure AD) integrations with NetBox:

  1. NetBox Contacts Sync (netbox-contacts-sync) - Windows Server-based service that syncs SharePoint contact assignments to NetBox
  2. NetBox EntraID SSO - Allows NetBox admin login via EntraID
  3. Contact Cleanup Job (DeprecateContactsJob) - Identifies and handles invalid/missing contacts
  4. Contact EntraID Resolution - Allows manual contact resolution against EntraID

Installation

# Using pip
pip install netbox-entraid-tools

# Manual installation from source
git clone https://github.com/bacardi-code/techops-networking-netbox-entraid-tools /downloads/netbox-entraid-tools
pushd /downloads/netbox-entraid-tools
pip install .

Configuration

Add to your NetBox configuration.py:

PLUGINS = [
    'netbox_entraid_tools',
    # ... other plugins
]

PLUGINS_CONFIG = {
    'netbox_entraid_tools': {
        # Optional settings
        # 'job_interval_hours': 6,
        # 'auto_schedule': True,
        # 'storage_account_name': 'westeuncnetboxauto',
        # 'storage_table_name': 'ContactAssignmentDeletions',
        # 'treat_disabled_as_missing': False,
        # 'debug_mode': False,
    }
}

Run migrations:

python manage.py migrate netbox_entraid_tools

Development

  1. Clone repository
  2. Install requirements: pip install -r requirements.txt
  3. Add to NetBox configuration
  4. Run migrations

Build and Version Management

For detailed information about building the package, managing versions, and deployment processes, please see the BUILD.md file. This includes:

  • Modern build process using PEP 517
  • Version management with tools/release.py
  • Folder version management with Bump-FolderVersion.ps1
  • Deployment instructions

License

Apache License 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netbox_entraid_tools-1.0.0.tar.gz (84.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

netbox_entraid_tools-1.0.0-py3-none-any.whl (50.9 kB view details)

Uploaded Python 3

File details

Details for the file netbox_entraid_tools-1.0.0.tar.gz.

File metadata

  • Download URL: netbox_entraid_tools-1.0.0.tar.gz
  • Upload date:
  • Size: 84.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.13

File hashes

Hashes for netbox_entraid_tools-1.0.0.tar.gz
Algorithm Hash digest
SHA256 dba5a93507f19d28123f18c041bb0f0090f640e821c7ab63157bb732da53ccc7
MD5 1c319452d52a3e510f589a81a1098b3e
BLAKE2b-256 a21e76c0d92235fe819838428c6421d5c2fa4f90bbc3519a9c41663ee66b029a

See more details on using hashes here.

File details

Details for the file netbox_entraid_tools-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for netbox_entraid_tools-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d93cae105d4bc317de26c9577946287b12bfd1cd15f019b198f04261db402f21
MD5 17eb6d1c7bda9721066b0816b93119f3
BLAKE2b-256 45347ddf1ce1e9f898dcc96fec593d42982483f4d39ff8cfc144e91a2482e6c3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page