Specify the keytab file to use
This commit is contained in:
parent
0c77331e46
commit
ad94e48fe7
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue