diff --git a/roles/fedoauth-stg/templates/fedoauth.cfg b/roles/fedoauth-stg/templates/fedoauth.cfg index a13ffb9b26..0d11e39d3a 100644 --- a/roles/fedoauth-stg/templates/fedoauth.cfg +++ b/roles/fedoauth-stg/templates/fedoauth.cfg @@ -76,7 +76,8 @@ AUTH_PROVIDER_CONFIGURATION = { 'http://apps.fedoraproject.org/notifications/', 'http://copr.fedoraproject.org/', 'http://copr-fe.cloud.fedoraproject.org/', - 'https://admin.fedoraproject.org/pkgdb/'], + 'https://admin.fedoraproject.org/pkgdb/', + 'https://apps.fedoraproject.org/github2fedmsg'], {% endif %} 'non_trusted_roots': [], 'handle_magic_groups_value': True diff --git a/roles/fedoauth/templates/fedoauth.cfg b/roles/fedoauth/templates/fedoauth.cfg index e5d42126f9..6dbf1792b9 100644 --- a/roles/fedoauth/templates/fedoauth.cfg +++ b/roles/fedoauth/templates/fedoauth.cfg @@ -60,7 +60,8 @@ OPENID_TRUSTED_ROOTS = ['http://jenkins.cloud.fedoraproject.org/securityRealm/fi 'http://apps.fedoraproject.org/notifications/', 'http://copr.fedoraproject.org/', 'http://copr-fe.cloud.fedoraproject.org/', - 'https://admin.fedoraproject.org/pkgdb/'] + 'https://admin.fedoraproject.org/pkgdb/', + 'https://apps.fedoraproject.org/github2fedmsg'] OPENID_NON_TRUSTED_ROOTS = [] ### The maximum time after which the user must re-authenticate for OpenID in minutes (use 0 for no limit) OPENID_MAX_AUTH_TIME = 120