NetBox plugin for FreeIPA integration - manage enrolled hosts
Project description
NetBox FreeIPA Plugin
NetBox plugin for integration with FreeIPA identity management system. View and manage FreeIPA enrolled hosts directly from NetBox.
Features
- View enrolled hosts from FreeIPA
- Detailed host information (IP, MAC, certificates, SSH keys)
- Automatic background synchronization
- Manual sync option
- REST API support
- Filtering and search
Compatibility
NetBox v4.0 or later
Installation
pip install netbox-freeipa
Configuration
Edit /opt/netbox/netbox/netbox/configuration.py:
PLUGINS = ['netbox_freeipa']
PLUGINS_CONFIG = {
'netbox_freeipa': {
'freeipa_host': 'ipa.example.com',
'freeipa_username': 'admin',
'freeipa_password': 'your-password',
# Optional settings:
'freeipa_verify_ssl': True,
'sync_interval': 300, # seconds
'auto_sync_enabled': True,
}
}
Run migrations and restart:
cd /opt/netbox/netbox
python manage.py migrate
sudo systemctl restart netbox netbox-rq
Usage
Navigate to Plugins > FreeIPA Hosts in NetBox menu.
REST API
# List hosts
curl -H "Authorization: Token YOUR_TOKEN" \
https://netbox.example.com/api/plugins/freeipa/hosts/
# Trigger sync
curl -X POST -H "Authorization: Token YOUR_TOKEN" \
https://netbox.example.com/api/plugins/freeipa/hosts/sync/
Build & Publish
# Install build tools
pip install build twine
# Build package
python -m build
# Upload to PyPI
twine upload dist/*
License
Apache License 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file netbox_freeipa-0.1.2.tar.gz.
File metadata
- Download URL: netbox_freeipa-0.1.2.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b2e58bf8c70763e50e1acb712f4db829ea5682915b118559fb16333143f9ccb
|
|
| MD5 |
ec1e22d3b820fdc8e9624dee2793293a
|
|
| BLAKE2b-256 |
f4287d15619bdbfb75d8ae40a2001f38d99399fc5ed1d6d00f01d4077aad9cb9
|
File details
Details for the file netbox_freeipa-0.1.2-py3-none-any.whl.
File metadata
- Download URL: netbox_freeipa-0.1.2-py3-none-any.whl
- Upload date:
- Size: 18.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
baae13f6b121cdca98f6b37f8998761b67771795f14424f47c8bc19cdf3a65ad
|
|
| MD5 |
2c3c7fbac83e1eb3190f4c63e72ec5eb
|
|
| BLAKE2b-256 |
34a1658a98ec6692eef129b8b4a5d1e9b77f9a6c2604c94fd4e8baa87930ca16
|