e4b2ffc Use a permissions dictionary where each key is a role instead of separate configurations per role

Authored and Committed by mprahl 4 years ago
    Use a permissions dictionary where each key is a role instead of separate configurations per role
    
    The configured permissions dictionary is converted to a defaultdict, so any
    role not defined will default to returning {'groups': [], 'users': []}.
    
        
file modified
+0 -6
file modified
+2 -8
file modified
+43 -0
file modified
+15 -0
file modified
+5 -4