Add new kerneltest OIDC scope
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
c626bcba85
commit
6bc09673fc
2 changed files with 15 additions and 0 deletions
14
roles/ipsilon/files/oidc_scopes/kerneltest.py
Normal file
14
roles/ipsilon/files/oidc_scopes/kerneltest.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
from __future__ import absolute_import
|
||||
|
||||
from ipsilon.providers.openidc.plugins.common import OpenidCExtensionBase
|
||||
|
||||
|
||||
class OpenidCExtension(OpenidCExtensionBase):
|
||||
name = 'kerneltest'
|
||||
display_name = 'Fedora Kernel tests'
|
||||
scopes = {
|
||||
'https://github.com/jmflinuxtx/kerneltest-harness/oidc/upload_test_run': {
|
||||
'display_name': 'Upload the results of a test run',
|
||||
'claims': [],
|
||||
},
|
||||
}
|
|
@ -9,3 +9,4 @@ oidc_scope_filenames:
|
|||
- freshmaker
|
||||
- src
|
||||
- fpdc
|
||||
- kerneltest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue