All Projects → DanSheps → netbox-secretstore

DanSheps / netbox-secretstore

Licence: Apache-2.0 license
No description or website provided.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to netbox-secretstore

netbox-plugin-skeleton
Skeleton for starting NetBox plugins
Stars: ✭ 15 (-76.19%)
Mutual labels:  netbox-plugin
ttl255-netbox-plugin-bgppeering
Example NetBox plugin - Tracking BGP Peering connections
Stars: ✭ 29 (-53.97%)
Mutual labels:  netbox-plugin
netbox-plugin-prometheus-sd
Provide Prometheus url_sd compatible API Endpoint with data from Netbox
Stars: ✭ 43 (-31.75%)
Mutual labels:  netbox-plugin
netbox-vcenter
vCenter integration plugin for NetBox
Stars: ✭ 36 (-42.86%)
Mutual labels:  netbox-plugin
netbox-paloalto
NetBox plugin for listing firewall rules (from a Palo Alto Networks firewall/Panorama) associated with a NetBox object.
Stars: ✭ 27 (-57.14%)
Mutual labels:  netbox-plugin
netbox-plugin-auth-saml2
Netbox plugin for SSO using SAML2
Stars: ✭ 87 (+38.1%)
Mutual labels:  netbox-plugin
netbox-bgp
NetBox plugin for BGP related objects documentation
Stars: ✭ 135 (+114.29%)
Mutual labels:  netbox-plugin
ntc-netbox-plugin-metrics-ext
NetBox Plugin to improve the instrumentation of NetBox and expose additional metrics (Application Metrics, RQ Worker).
Stars: ✭ 32 (-49.21%)
Mutual labels:  netbox-plugin

Netbox Secret Store

This is the continuation of the secrets app.

Installation

  • Install NetBox as per NetBox documentation
  • Add to local_requirements.txt:
    • netbox-secretstore
  • Install requirements: ./venv/bin/pip install -r local_requirements.txt
  • Add to PLUGINS in NetBox configuration:
    • 'netbox_secretstore',
  • Run migration: ./venv/bin/python netbox/manage.py migrate
  • Run collectstatic: ./venv/bin/python netbox/manage.py collectstatic --no-input
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].