Permissions to add/delete/edit contact objects #14049
Replies: 4 comments 1 reply
-
Actually, I can see what look to be appropriate permissions in the auth_permission table. netbox=# select * from auth_permission where name ~* '.*contact.*'; But these are not visible in the "Netbox Administration" (DjDT) UI? |
Beta Was this translation helpful? Give feedback.
-
It does exist in the GUI in 3.6.3: So if you're planning to upgrade to this anyway, you shouldn't have a problem. Aside: The permissions I create and use are in |
Beta Was this translation helpful? Give feedback.
-
Interestingly, I also have the users_objectpermission table, but there are no contact object entries within. netbox=# select * from users_objectpermission where name ~* '.contact.'; |
Beta Was this translation helpful? Give feedback.
-
I can confirm that once I upgraded from v3.1.6 to v3.6.4 the permissions are migrated from the Django admin UI to the Netbox UI itself and the full range of permission options (including contact objects) are available. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the permission required to allow authenticated users to add/delete/edit contact objects? I cannot see anything in the list of permissions that looks appropriate.
Is there a document that lists all of the object types and their associated permissions? Or is there a way to check this by looking at the code?
I am using Netbox 3.1.6 (planning to upgrade shortly, which is why I have changed from using contact fields on objects to contact objects themselves).
Beta Was this translation helpful? Give feedback.
All reactions