Add anitya module. Development only for now
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
c1e4f3c4cf
commit
8a4c5b7f6d
1 changed files with 18 additions and 0 deletions
18
roles/ipsilon/files/oidc_scopes/anitya.py
Normal file
18
roles/ipsilon/files/oidc_scopes/anitya.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
from __future__ import absolute_import
|
||||
|
||||
from ipsilon.providers.openidc.plugins.common import OpenidCExtensionBase
|
||||
|
||||
|
||||
class OpenidCExtension(OpenidCExtensionBase):
|
||||
name = 'anitya'
|
||||
display_name = 'Release Monitoring'
|
||||
scopes = {
|
||||
'https://release-monitoring.org/oidc/upstream': {
|
||||
'display_name': 'Permission to register new upstream projects for monitoring',
|
||||
'claims': []
|
||||
},
|
||||
'https://release-monitoring.org/oidc/downstream': {
|
||||
'display_name': 'Permission to register new distros and new upstream/downstream mappings',
|
||||
'claims': []
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue