List of tagged objects does not comply constraints for permissions #6990

Closed
opened 2025-12-29 19:47:31 +01:00 by adam · 3 comments
Owner

Originally created by @lepazca on GitHub (Sep 15, 2022).

NetBox version

v3.3.2

Python version

3.10

Steps to Reproduce

  1. Click en Other > Tags
  2. Click on any tag

Expected Behavior

The user should only view the objects that match the his constraints for permission.

Observed Behavior

The user can list all objects for any chosen tag, even if not match the imposed his constraints for permission.

Originally created by @lepazca on GitHub (Sep 15, 2022). ### NetBox version v3.3.2 ### Python version 3.10 ### Steps to Reproduce 1. Click en Other > Tags 2. Click on any tag ### Expected Behavior The user should only view the objects that match the his constraints for permission. ### Observed Behavior The user can list all objects for any chosen tag, even if not match the imposed his constraints for permission.
adam closed this issue 2025-12-29 19:47:31 +01:00
Author
Owner

@jeremystretch commented on GitHub (Sep 15, 2022):

This is expected behavior. View permissions do not hide that an object exists; they prevent a user from accessing the details of that object.

@jeremystretch commented on GitHub (Sep 15, 2022): This is expected behavior. View permissions do not hide that an object exists; they prevent a user from accessing the details of that object.
Author
Owner

@lepazca commented on GitHub (Sep 15, 2022):

Apology for reopening this.

I'm trying to use tags for accomplish multi tenancy. The only thing, that I'm aware of, that prevent that a given user can see any other object except his is the possibility to list tagged objects. I maintained the possibility to view the created tags so they can use it during the creation of a new object.

Maybe this is not the right way to do this.

@lepazca commented on GitHub (Sep 15, 2022): Apology for reopening this. I'm trying to use tags for accomplish multi tenancy. The only thing, that I'm aware of, that prevent that a given user can see any other object except his is the possibility to list tagged objects. I maintained the possibility to view the created tags so they can use it during the creation of a new object. Maybe this is not the right way to do this.
Author
Owner

@lepazca commented on GitHub (Sep 15, 2022):

I will move this to Discussions.

@lepazca commented on GitHub (Sep 15, 2022): I will move this to Discussions.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6990