Specify the keytab file to use

This commit is contained in:
Pierre-Yves Chibon 2017-11-21 16:29:51 +01:00
parent 0c77331e46
commit ad94e48fe7

View file

@ -8,7 +8,7 @@ config = {
# environments, use `kinit <fas-name>@FEDORAPROJECT.ORG` to get a
# Kerberos ticket and use the default settings below.
'krb_principal': None,
'krb_keytab': None,
'krb_keytab': 'krb5.simple-koji-ci_simple-koji-ci-dev.fedorainfracloud.org.keytab',
'krb_ccache': None,
'krb_proxyuser': None,
'krb_sessionopts': {'timeout': 3600, 'krb_rdns': False},