diff --git a/roles/fedoauth/templates/fedoauth.cfg b/roles/fedoauth/templates/fedoauth.cfg index 33832af2c4..e5d42126f9 100644 --- a/roles/fedoauth/templates/fedoauth.cfg +++ b/roles/fedoauth/templates/fedoauth.cfg @@ -59,7 +59,8 @@ OPENID_TRUSTED_ROOTS = ['http://jenkins.cloud.fedoraproject.org/securityRealm/fi 'https://apps.fedoraproject.org/calendar/', 'http://apps.fedoraproject.org/notifications/', 'http://copr.fedoraproject.org/', - 'http://copr-fe.cloud.fedoraproject.org/'] + 'http://copr-fe.cloud.fedoraproject.org/', + 'https://admin.fedoraproject.org/pkgdb/'] 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