Groups Permissions error #328

Closed
opened 2026-04-05 16:26:11 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @napaster on 2/18/2026

NetBox Edition

NetBox Community

NetBox Version

v4.5.0

Python Version

3.12

Steps to Reproduce

  1. Go to Admin/Permissions
  2. Add new Permissions example netbox-slk-ro-sites, then select Object types DCIM (Location, Region, Site) and add Constraints of the following type
{
    "slug": [
        "site1",
        "site2",
        "site3"
    ]
}
  1. Go Admin\Groups and add new group same netbox-slk-ro and Assigned Permissions netbox-slk-ro-sites
  2. Add user to gourps netbox-slk-ro

Expected Behavior

The bottom line is, I'll describe what I expect. I add the rights and then specify which sites can be viewed with these rights, add these rights to the group, add the user to the group. I expect that the user will see only these sites (I'll tell you right away, if you specify only one site, everything works) if I specify a list of sites, then none of the user's sites are displayed at all.

Observed Behavior

What I see at the moment is that rights are being added to the group, permissions are also being added. BUT in the end, the user can't see any sites at all.

*Originally created by @napaster on 2/18/2026* ### NetBox Edition NetBox Community ### NetBox Version v4.5.0 ### Python Version 3.12 ### Steps to Reproduce 1. Go to Admin/Permissions 2. Add new Permissions example netbox-slk-ro-sites, then select Object types DCIM (Location, Region, Site) and add Constraints of the following type ``` { "slug": [ "site1", "site2", "site3" ] } ``` 3. Go Admin\Groups and add new group same netbox-slk-ro and Assigned Permissions netbox-slk-ro-sites 4. Add user to gourps netbox-slk-ro ### Expected Behavior The bottom line is, I'll describe what I expect. I add the rights and then specify which sites can be viewed with these rights, add these rights to the group, add the user to the group. I expect that the user will see only these sites (I'll tell you right away, if you specify only one site, everything works) if I specify a list of sites, then none of the user's sites are displayed at all. ### Observed Behavior What I see at the moment is that rights are being added to the group, permissions are also being added. BUT in the end, the user can't see any sites at all.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#328