Permissions/contraints to match tenant #18647
Unanswered
jrohrauer
asked this question in
Help Wanted!
Replies: 1 comment
-
Hi Johannes, Have you checked the official documentation? It provides a great overview of permissions in NetBox: NetBox Permissions Guide. Your constraint looks good! To achieve this, you’ll need to create a new permission where you define the relevant actions (view, add, change, delete) for the objects in question. You can then specify your constraint within the permission settings. Once created, the permission should be assigned to a user or user group. Keep in mind that the restriction applies only to the specific permission granted. Hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings,
I am using netbox for quite some time now, but now it happens that I need to setup multi tenancy for the first time, and also rules/permissions accordingly.
I did some research, but could not find a working way to say like
{"tenant__name":"Foobat Ltd."}
How can I accomplish this in an easy way?
Thanks
Johannes
Beta Was this translation helpful? Give feedback.
All reactions