Specify krb_principal

This commit is contained in:
Pierre-Yves Chibon 2017-11-21 17:51:36 +01:00
parent 1f19a9d0b3
commit 6721d7a153

View file

@ -7,7 +7,7 @@ config = {
# Kerberos configuration to authenticate with Koji. In development
# environments, use `kinit <fas-name>@FEDORAPROJECT.ORG` to get a
# Kerberos ticket and use the default settings below.
'krb_principal': None,
'krb_principal': 'simple-koji-ci/simple-koji-ci-dev.fedorainfracloud.org@FEDORAPROJECT.ORG',
'krb_keytab': 'krb5.simple-koji-ci_simple-koji-ci-dev.fedorainfracloud.org.keytab',
'krb_ccache': None,
'krb_proxyuser': None,