ffddorf / netbox-vault-secrets

Work In Progress!
BSD 2-Clause "Simplified" License
78 stars 13 forks source link

This plugin is not displayed in ui #48

Open nikolasj opened 2 years ago

nikolasj commented 2 years ago

I added this plugin to netbox. I added config

In configuration.py

PLUGINS = ["netbox_dns", "netbox_bgp", "netbox_vault_secrets"]

PLUGINS_CONFIG = {
  "netbox_vault_secrets": {
    "api_url": "https://my.ru",
  }
}
COPY configuration/configuration.py /etc/netbox/config/configuration.py
RUN /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input

But in netbox I can't see this plugin. netbox v3.2.5 There are no errors in the logs. How can I check or understand what is wrong?