Browse Source

Document the git auth backend `pagure`

Merges #4492
mrx@mailinator.com 4 years ago
parent
commit
607f4aa635
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/configuration.rst

+ 1 - 0
doc/configuration.rst

@@ -252,6 +252,7 @@ By default pagure provides the following backends:
 - `test_auth`: simple debugging backend printing and returning the string ``Called GitAuthTestHelper.generate_acls()``
 - `gitolite2`: allows deploying pagure on the top of gitolite 2
 - `gitolite3`: allows deploying pagure on the top of gitolite 3
+- `pagure`: Pagure git auth implementation (using keyhelper.py and aclchecker.py)
 
 Defaults to: ``gitolite3``