Unidata / science-gateway

Unidata Science Gateway on the NSF Jetstream2 Cloud
https://science-gateway.unidata.ucar.edu/
BSD 3-Clause "New" or "Revised" License
19 stars 13 forks source link

Users added via admin page can now login #942

Closed ana-v-espinoza closed 2 months ago

ana-v-espinoza commented 2 months ago

https://discourse.jupyter.org/t/jupyterhub-on-k8s-403-forbidden-for-users-added-via-admin-page-but-not-the-helm-chart-config/26324

CC: @julienchastang @dcamron

@zonca

Julien and I ran into a problem where users that were added by admins at <hub-url>/hub/admin were unable to login to the JupyterHub (403 Forbidden). This, of course, is a change from the previous behavior we've come to expect. See the above link for some brief discussion about the solution found in this PR.

We know of at least one other group who had ran into this problem a couple of weeks ago, so it may be worth making an addition to your most recent blog post regarding GitHub authentication (although this is not strictly a GitHubOAuthenticator problem, I think) to disseminate this information to the wider JS2 community.

julienchastang commented 2 months ago

Thanks!