From 835cabd4d18d3b0ea54ad8e34f218e9639bab85b Mon Sep 17 00:00:00 2001 From: Slavek Kabrda Date: May 17 2018 11:53:28 +0000 Subject: Fix documented defaults of ADMIN_API_ACLS and CROSS_PROJECT_ACLS --- diff --git a/doc/configuration.rst b/doc/configuration.rst index b028be9..7c7afc5 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -609,7 +609,7 @@ ADMIN_API_ACLS This configuration key allows to list which of the ACLs listed in ``ACLS`` can be generated by the ``pagure-admin`` CLI tool by admins. -Defaults to: ``['create_project', 'fork_project', 'modify_project']`` +Defaults to: ``['issue_comment', 'issue_create', 'issue_change_status', 'pull_request_flag', 'pull_request_comment', 'pull_request_merge', 'generate_acls_project', 'commit_flag', 'create_branch']`` CROSS_PROJECT_ACLS @@ -621,7 +621,7 @@ These project-less API tokens can be generated in the user's settings page and allows action in multiple projects instead of being restricted to a specific one. -Defaults to: ``['issue_comment', 'issue_create', 'issue_change_status', 'pull_request_flag', 'pull_request_comment', 'pull_request_merge']`` +Defaults to: ``['create_project', 'fork_project', 'modify_project']`` Optional options