Explicitly set krb_proxyuser to None in the-new-hotness
Currently all settings are expected to be present and don't have defaults, so we need to explictly add this setting. Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
8c9c8cd985
commit
6fd3e6bf64
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ config = {
|
|||
'krb_principal': 'hotness/hotness01{{env_suffix}}.phx2.fedoraproject.org@{{ipa_realm}}',
|
||||
'krb_keytab': '/etc/krb5.hotness_hotness01{{env_suffix}}.phx2.fedoraproject.org.keytab',
|
||||
'krb_ccache': None,
|
||||
'krb_proxyuser': None,
|
||||
'krb_sessionopts': {'timeout': 3600, 'krb_rdns': False},
|
||||
|
||||
'user_email': ('Fedora Release Monitoring ',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue