Merge #148 Adjustments to the dev config.

This commit is contained in:
Jan Kaluža
2016-10-31 09:11:27 +00:00
2 changed files with 11 additions and 2 deletions

View File

@@ -75,6 +75,11 @@ class DevConfiguration(BaseConfiguration):
# 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'
REQUIRE_PACKAGER = False
# You only need these FAS options if you turn on authorization
# with REQUIRE_PACKAGER=True

View File

@@ -15,11 +15,15 @@ config = {
"tcp://stg.fedoraproject.org:9940",
],
"relay_outbound": [
"tcp://fedmsg-relay:2001"
"tcp://fedmsg-relay:2001",
"tcp://127.0.0.1:4001",
],
},
"relay_inbound": [
"tcp://fedmsg-relay:2003"
# Try this first. (docker-compose)
"tcp://fedmsg-relay:2003",
# If it fails, then failover to this (modularity.fic.o)
"tcp://127.0.0.1:2003",
],
# Start of code signing configuration