From 2c5755dbc45e383ff9d74c268c07f217ff58ece5 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 2 Aug 2014 15:00:06 +0000 Subject: [PATCH] Add nagios to trusted openid roots --- 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 c62c323b92..ffd1529e6e 100644 --- a/roles/fedoauth/templates/fedoauth.cfg +++ b/roles/fedoauth/templates/fedoauth.cfg @@ -79,7 +79,8 @@ AUTH_PROVIDER_CONFIGURATION = { 'http://copr-fe.cloud.fedoraproject.org/', 'https://admin.fedoraproject.org/pkgdb/', 'https://admin.fedoraproject.org/voting/', - 'https://apps.fedoraproject.org/github2fedmsg'], + 'https://apps.fedoraproject.org/github2fedmsg', + 'https://admin.fedoraproject.org'], # Nagios {% endif %} 'non_trusted_roots': [], 'handle_magic_groups_value': True