-
Notifications
You must be signed in to change notification settings - Fork 806
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
All oauth users not being allowed by default #3332
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
You'll need to add It looks like we're missing an upgrade guide for Z2JH 3 https://z2jh.jupyter.org/en/stable/administrator/upgrading/index.html |
Awesome, thank you @manics. |
Note that it should probably be either |
I am using jupyterhub helm chart version 3.2.1 with the generic-oauth authenticator. The authenticator works when I provided a user whitelist (hub.config.Authenticator.allowed_users). As in, users that are whitelisted can get in, but nobody else can. Everyone gets a 403 when the whitelist is not applied. I would like for all authenticated users to be allowed by default, but I am not seeing how to do that in the doc.
relevant section of helm values:
Here is what the logs looks like when a user is denied. Either by way of not being in the allowed_users list or when user is not in whitelist:
As you can see, the auth is good, the callback happens, but the user is denied by jupyterhub.
This is running on aks 1.26.10
The text was updated successfully, but these errors were encountered: