copr: enable usage of gssapi on copr stg

This commit is contained in:
Silvie Chlupova 2022-03-28 11:43:52 +02:00
parent db3df8f747
commit 01502e94cf
2 changed files with 3 additions and 6 deletions

View file

@ -6,7 +6,7 @@ allowlist_emails:
- schlupov@redhat.com
copr_fe_homedir: /usr/share/copr/coprs_frontend
copr_frontend_public_hostname: "copr.stg.fedoraproject.org"
copr_kerberos_auth_enabled: false
copr_kerberos_auth_enabled: true
copr_mbs_cli_login: Y29wcg==##vtvvikhcjncwkfkdcssv
copr_messaging_queue: "c8e11df7-e863-4ca4-99b9-d37c6663c7f7"
copr_pagure_events:

View file

@ -56,12 +56,9 @@ SEND_EMAILS = True
{% if copr_kerberos_auth_enabled %}
KRB5_LOGIN = {
'FEDORAPROJECT': {
'URI': "fedoraproject",
'log_text': "gssapi-login",
'email_domain': "fedoraproject.org",
}
}
{% endif %}
PUBLIC_COPR_HOSTNAME = "{{ copr_frontend_public_hostname }}"