bostrt / pagure

Forked from pagure 7 years ago
Clone

170fc96 Allow creating API tokens not linked to a particular project

Authored and Committed by pingou 7 years ago
    Allow creating API tokens not linked to a particular project
    
    This is most useful API tokens with ACLs such as 'create_project' which
    up until now required you had a project to get an API token with the ACL
    to create a project.
    
    The list of ACLs allowed for project-less API token is defined in the
    configuration file.
    
        
file modified
+11 -2
file modified
+92 -2