From 33d5b0d2aad423bb524fd77de67ea5b6afcda3ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 17 Jul 2014 10:01:07 +0000 Subject: [PATCH] put admin.fedoraproject.org/voting on trusted list of fedora openID so user, who is going to vote, does not need to approve/reject review of authorization details --- roles/fedoauth/templates/fedoauth.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/fedoauth/templates/fedoauth.cfg b/roles/fedoauth/templates/fedoauth.cfg index a89d2d98a3..c62c323b92 100644 --- a/roles/fedoauth/templates/fedoauth.cfg +++ b/roles/fedoauth/templates/fedoauth.cfg @@ -78,6 +78,7 @@ AUTH_PROVIDER_CONFIGURATION = { 'http://copr.fedoraproject.org/', 'http://copr-fe.cloud.fedoraproject.org/', 'https://admin.fedoraproject.org/pkgdb/', + 'https://admin.fedoraproject.org/voting/', 'https://apps.fedoraproject.org/github2fedmsg'], {% endif %} 'non_trusted_roots': [],