improve custom scope docstrings

This commit is contained in:
Min RK
2022-03-16 08:35:59 +01:00
parent d2eaf90df2
commit 9a87b59e84
3 changed files with 8 additions and 5 deletions

View File

@@ -160,7 +160,7 @@ c.JupyterHub.load_roles = [
"groups": ["graders"],
"scopes": [
"custom:myservice:read",
access:service!service=myservice,
"access:service!service=myservice",
],
},
# instructors have read and write access to the service
@@ -169,7 +169,7 @@ c.JupyterHub.load_roles = [
"groups": ["instructors"],
"scopes": [
"custom:myservice:write",
access:service!service=myservice,
"access:service!service=myservice",
],
},
]