netbox-napalm-plugin icon indicating copy to clipboard operation
netbox-napalm-plugin copied to clipboard

What permissions are needed in netbox to see the "status" and "lldp neighbors" tab on a device?

Open sliddjur opened this issue 2 years ago • 1 comments

NetBox version 3.6.5

Describe the bug When I am logged into my user, which has all permissions, I can not see the Status and LLDP Neighbors tab. It works when I am logged in with the default admin user.

To Reproduce

  • Install netbox napalm
  • add to local_requirements.txt, and add plugin to configuration.py
  • Run ./upgrade.sh in netbox
  • Create oauth user, using Azure as backend.
  • Create group and map to my user.
  • Create permissions and map to group. (Ctrl+A for all permissions)
  • Check all: Can view, can add, can change, can delete. Which includes object type NetBox Napalm Plugin > Napalm Platform Config

Expected behavior I expect to see the Status tab and LLDP Neighbor tab under device when I am logged in with my regular user aswell

Screenshots It works with admin user image

Additional context Maybe related to something in Netbox, as I am having similar problems with https://miaow2.github.io/netbox-config-diff/ netbox config diff plugin.

sliddjur avatar Nov 26 '23 12:11 sliddjur

You may need to add a permission. This should be in the documentation! https://github.com/netbox-community/netbox/discussions/8709

cbeytas avatar May 29 '24 14:05 cbeytas

dcim.napalm_read_device

image

cruse1977 avatar Aug 24 '24 00:08 cruse1977