mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 10:04:07 +00:00
Black and Prettier formatting
This commit is contained in:
@@ -7,7 +7,13 @@ c.JupyterHub.services = [
|
||||
},
|
||||
]
|
||||
c.JupyterHub.load_roles = [
|
||||
{'name': 'user', 'scopes': ['access:services!service=whoami', 'self']}
|
||||
{
|
||||
'name': 'user',
|
||||
'scopes': [
|
||||
'access:services!service=whoami', # access this service
|
||||
'self', # and all of the standard things for a user
|
||||
],
|
||||
}
|
||||
]
|
||||
|
||||
# dummy auth and simple spawner for testing
|
||||
|
Reference in New Issue
Block a user