commit 798d8f61740ab1d8df2c7e1050799d7f92f4fa4a
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Aug 19 11:26:02 2022 +0200
koji update web.conf
roles/koji_hub/templates/web.conf.j2 | 33 +++++++++++++++++++++++++++++++--
1 files changed, 31 insertions(+), 2 deletions(-)
---
diff --git a/roles/koji_hub/templates/web.conf.j2 b/roles/koji_hub/templates/web.conf.j2
index 21e407a..e6ccbbc 100644
--- a/roles/koji_hub/templates/web.conf.j2
+++ b/roles/koji_hub/templates/web.conf.j2
@@ -17,11 +17,21 @@ KojiHubURL =
https://koji.rpmfusion.org/kojihub
KojiFilesURL =
https://koji.rpmfusion.org/kojifiles
{% endif %}
+# Kerberos authentication options
+# WebPrincipal = koji/web(a)EXAMPLE.COM
+# WebKeytab = /etc/httpd.keytab
+# WebCCache = /var/tmp/kojiweb.ccache
+# The service name of the principal being used by the hub
+# KrbService = host
+## The realm of server principal. Using client's realm if not set
+# KrbServerRealm =
EXAMPLE.COM
+
# SSL authentication options
WebCert = /etc/pki/tls/private/kojiweb_cert_key.pem
ClientCA = /etc/pki/tls/certs/upload_cacert.pem
KojiHubCA = /etc/pki/tls/certs/extras_cacert.pem
+loginDisabled = True
LoginTimeout = 72
# This must be changed and uncommented before deployment
@@ -29,7 +39,26 @@ Secret = {{ kojiSecret }}
LibPath = /usr/share/koji-web/lib
-loginDisabled = True
+# If set to True, then the footer will be included literally.
+# If False, then the footer will be included as another Kid Template.
+# Defaults to True
+LiteralFooter = True
+
+# This can be a space-delimited list of the numeric IDs of users that you want
+# to hide from tasks listed on the front page. You might want to, for instance,
+# hide the activity of an account used for continuous integration.
+# HiddenUsers = 5372 1234
-KojiHubCA = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
+# Task types visible in pulldown menu on tasks page.
+# Tasks =
+# runroot plugin provided via main package could be listed as:
+# Tasks = runroot
+# Tasks that can exist without a parent
+# ToplevelTasks =
+# Tasks that can have children
+# ParentTasks =
+# Uncommenting this will show python tracebacks in the webUI, but they are the
+# same as what you will see in apache's error_log.
+# Not for production use
+# PythonDebug = True