distgit/pagure: Increase the cross-project ACLs

This just makes pagure accept to generate project-less API tokens
with these two ACLs.

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon
2019-03-28 10:53:55 +01:00
parent 83a7c00ed0
commit 2b37c83ae3

View File

@@ -273,10 +273,8 @@ USER_ACLS = [
CROSS_PROJECT_ACLS = [
'fork_project',
'modify_project',
{% if env == 'staging' %}
'pull_request_create',
'pull_request_comment',
{% endif %}
]
ADMIN_API_ACLS = [