Web based Admin Panel

How to give admin access/panel to a user? I set c.Authenticator.admin_users = (‘user1’), reloaded configs and restarted relevant processes. Clicking File / Hub Control Panel, I see “Home” “Tokens” … but no “Admin Panel.” I am using PAM authentication and Jupyterhub version 2.1.3

My reference: https://jupyterhub.readthedocs.io/en/stable/getting-started/authenticators-users-basics.html

This is a single string, but it should be a set { }. See the example in the docs you linked to.

Great, it works! I must have had my info mixed with APIs ( https://jupyterhub.readthedocs.io/en/stable/api/auth.html ) Oops.

1 Like