mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Exclude ObjectPermissions API endpoint from EXEMPT_VIEW_PERMISSIONS
This commit is contained in:
@@ -172,6 +172,9 @@ To exempt _all_ models from view permission enforcement, set the following. (Not
|
||||
EXEMPT_VIEW_PERMISSIONS = ['*']
|
||||
```
|
||||
|
||||
!!! note
|
||||
Using a wildcard will not affect certain potentially sensitive models, such as user permissions. If there is a need to exempt these models, they must be specified individually.
|
||||
|
||||
---
|
||||
|
||||
## ENFORCE_GLOBAL_UNIQUE
|
||||
|
Reference in New Issue
Block a user