Set KOJI_PROXYUSER=True on the devnode.

See the inline comment in config.py.

Relates to https://infrastructure.fedoraproject.org/cgit/ansible.git/commit/?id=a28a93dad75248c30c1792ec35f588c8e317c067
This commit is contained in:
Ralph Bean
2016-11-02 12:44:50 -04:00
parent 28183b9d3f
commit 6a0434d8b5

View File

@@ -72,13 +72,16 @@ class DevConfiguration(BaseConfiguration):
LOG_LEVEL = 'debug'
HOST = '0.0.0.0'
# This requires that your principal be listed server side in ProxyPrincipals.
KOJI_PROXYUSER = False
if path.exists('/home/fedora/modularity.keytab'):
KRB_PRINCIPAL = 'modularity@STG.FEDORAPROJECT.ORG'
KRB_KEYTAB = '/home/fedora/modularity.keytab'
KRB_CCACHE = '/var/tmp/krb5cc'
else:
# This requires that your principal be listed server side in
# ProxyPrincipals, and that is only true for our modularity system
# user. See: https://infrastructure.fedoraproject.org/cgit/ansible.git/commit/?id=a28a93dad75248c30c1792ec35f588c8e317c067
KOJI_PROXYUSER = False
REQUIRE_PACKAGER = False
# You only need these FAS options if you turn on authorization