From 9a05f01142d8fa2838e4717f985738b3a9032477 Mon Sep 17 00:00:00 2001 From: George Hunt Date: Wed, 10 Mar 2021 03:33:47 +0000 Subject: [PATCH] add iiab-admin to the authentication list --- roles/jupyter/templates/jupyterhub_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/jupyter/templates/jupyterhub_config.py b/roles/jupyter/templates/jupyterhub_config.py index 71d81dbb9..999715a8f 100644 --- a/roles/jupyter/templates/jupyterhub_config.py +++ b/roles/jupyter/templates/jupyterhub_config.py @@ -1057,7 +1057,7 @@ c.JupyterHub.spawner_class = 'systemdspawner.SystemdSpawner' # # Defaults to an empty set, in which case no user has admin access. # Default: set() -# c.Authenticator.admin_users = set() + c.Authenticator.admin_users = set('iiab-admin') ## Set of usernames that are allowed to log in. #