Specify krb_principal
This commit is contained in:
parent
1f19a9d0b3
commit
6721d7a153
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue