bfe56c8 Authorize request to POST and DELETE endpoints

Authored and Committed by cqi 6 years ago
    Authorize request to POST and DELETE endpoints
    
    Authorization is based on groups got when user's request is
    authenticated. In development environment, it would be convenient to
    disable it by setting AUTHORIZE_DISABLED to True.
    
    Signed-off-by: Chenxiong Qi <cqi@redhat.com>
    
        
file modified
+3 -0
file modified
+2 -1
file modified
+4 -0
file modified
+18 -1
file modified
+31 -0
file modified
+116 -23