mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-01 18:01:40 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user