mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
Add TO DO flag for users:activity scope in server role
This commit is contained in:
@@ -38,7 +38,9 @@ def get_default_roles():
|
||||
{
|
||||
'name': 'server',
|
||||
'description': 'Post activity only',
|
||||
'scopes': ['users:activity'],
|
||||
'scopes': [
|
||||
'users:activity'
|
||||
], # TO DO - fix scope to refer to only self once implemented
|
||||
},
|
||||
{
|
||||
'name': 'token',
|
||||
|
Reference in New Issue
Block a user