From e30907f145e431e2e0d65158ec0819456c09adaf Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 14 May 2014 22:14:18 +0000 Subject: [PATCH] Pkgdb now also uses openid --- roles/fedoauth/templates/fedoauth.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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