mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 06:52:59 +00:00
improve custom scope docstrings
This commit is contained in:
@@ -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",
|
||||
],
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user