From 607f4aa63513512da11feb766a0bf75cb06b83a5 Mon Sep 17 00:00:00 2001 From: mrx@mailinator.com Date: Jun 19 2019 12:48:05 +0000 Subject: Document the git auth backend `pagure` Merges #4492 --- 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``