github2fedmsg is trusted

This commit is contained in:
Patrick Uiterwijk 2014-06-20 20:53:56 +00:00
parent 4243fab91f
commit 5b0d410ef9
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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