github2fedmsg is trusted
This commit is contained in:
parent
4243fab91f
commit
5b0d410ef9
2 changed files with 4 additions and 2 deletions
|
@ -76,7 +76,8 @@ AUTH_PROVIDER_CONFIGURATION = {
|
||||||
'http://apps.fedoraproject.org/notifications/',
|
'http://apps.fedoraproject.org/notifications/',
|
||||||
'http://copr.fedoraproject.org/',
|
'http://copr.fedoraproject.org/',
|
||||||
'http://copr-fe.cloud.fedoraproject.org/',
|
'http://copr-fe.cloud.fedoraproject.org/',
|
||||||
'https://admin.fedoraproject.org/pkgdb/'],
|
'https://admin.fedoraproject.org/pkgdb/',
|
||||||
|
'https://apps.fedoraproject.org/github2fedmsg'],
|
||||||
{% endif %}
|
{% endif %}
|
||||||
'non_trusted_roots': [],
|
'non_trusted_roots': [],
|
||||||
'handle_magic_groups_value': True
|
'handle_magic_groups_value': True
|
||||||
|
|
|
@ -60,7 +60,8 @@ OPENID_TRUSTED_ROOTS = ['http://jenkins.cloud.fedoraproject.org/securityRealm/fi
|
||||||
'http://apps.fedoraproject.org/notifications/',
|
'http://apps.fedoraproject.org/notifications/',
|
||||||
'http://copr.fedoraproject.org/',
|
'http://copr.fedoraproject.org/',
|
||||||
'http://copr-fe.cloud.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 = []
|
OPENID_NON_TRUSTED_ROOTS = []
|
||||||
### The maximum time after which the user must re-authenticate for OpenID in minutes (use 0 for no limit)
|
### The maximum time after which the user must re-authenticate for OpenID in minutes (use 0 for no limit)
|
||||||
OPENID_MAX_AUTH_TIME = 120
|
OPENID_MAX_AUTH_TIME = 120
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue