dropbox / nsot

Network Source of Truth is an open source IPAM and network inventory database
https://nsot.readthedocs.io
Other
399 stars 66 forks source link

Implement object-level permissions. #86

Open jathanism opened 9 years ago

jathanism commented 9 years ago

This isn't yet a requirement, but it will be. And when it becomes one, django-guardian is likely going to be what we'll use:

http://django-guardian.readthedocs.org/

jathanism commented 7 years ago

Also check out this inheritable permissions pattern which will be good inspiration for how we might handle them: http://vitan.github.io/linux/django/practical/python/2014/07/28/Inheritable-Object-Level-Permission-of-Django.html