-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow setting admin users for hubs with username / password auth #421
Comments
So, if you set Accordingly to the docs, an empty |
Yeah, that's what is happening. And I'm not sure why. |
@consideRatio, do you have any thoughts about this? Wondering if something is happening at the z2jh layer instead of the underlying JupyterHub... |
@damianavila hmmm no the authentication layer in z2jh is just passing through information directly to JupyterHub. I think this is the logic that decides it. If users are denied, do you see an error log message about "user name <...> is not in Authenticator.allowed_users" ? |
Since we want everyone to be able to sign up, we don't set allowed_users. Fixes 2i2c-org#421
Derp, this was my mistake. I had set allowed_users as well, so it was behaving as expected. #426 fixes this. |
Summary
We now support username / password to authenticate with JupyterHub (#418). Currently, there seems to be no easy way to specify that some users are admins, but everyone else can just log in. If I set anyone to admin, other users get a permission denied.
User Stories
As someone using the demohub (demo.cloudbank.2i2c.cloud) to demo things, I want to be able to access the admin interface and stop / start user servers if needed.
As someone running a workshop with username / password access, I want to use the admin interface so I can access users' home directories to help them debug problems.
Acceptance criteria
The text was updated successfully, but these errors were encountered: