1
0
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:
Jeremy Stretch
2020-07-21 17:39:56 -04:00
parent a3d1ee474c
commit 3e6b257fa0
4 changed files with 33 additions and 7 deletions

View File

@@ -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