From a07873ac03b7c2986c0ea4926ac9912ccdf70ee4 Mon Sep 17 00:00:00 2001 From: MR Date: Jun 07 2019 20:51:19 +0000 Subject: Document the git auth backend `pagure` --- diff --git a/doc/configuration.rst b/doc/configuration.rst index a36ef0d..f0d8f1f 100644 --- a/doc/configuration.rst +++ b/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``