-
Notifications
You must be signed in to change notification settings - Fork 804
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
404 error on redirect to singleuser notebook #1500
Comments
I'm unsure whats wrong, but i suspect using a username in JupyterHub like |
Probably yes, but when we have Jupyterhub with dockerspawner we don't have this issue. Also we can't change this because we are using this AAD for many other things |
Are you using the same Docker image? |
No, because dockerspawner is working on jubyterhub 1.0, but this I must use jupyterhub 0.9.6 and I use your docker image for that |
Can you check if this is an issue on the latest version of this helm chart? We have jupyterhub something later than 1.0.0, i wonder if this is already fixed |
Alpha version of chart don't start on my cluster so I can't start higher version of chart |
What makes it not start? Is that an issue already reported somewhere? I'm working towards a release, so this is an important question for me! |
At this moment I'm not at work but I will try check taht on monday |
@rafalrojek thanks! There has been a lot of fixes since alpha.1 so the perfect insight would be to get feedback if it works on master or if there is something stopping your ability still to use this helm chart. |
Today I tried to install the latest version:
|
[E 2019-12-02 07:46:37.456 SingleUserLabApp web:2991] Could not open static file '' This is the real question i figure, what is going on there and why. My guess is an error in the singleuserlabapp caused by the username with a space and , in it. |
Note that you can use the AzureAD users etc, but mapping them to amother names if needed, or stripping away spaces etc |
Id personally use their email or something, that is unique while their name isnt, so thats problematic. |
I dont remember in detail how to go about it though and it may differ between authenticators, but it is doable and certainly somehong id suggest. I may not find time to resolve this edge case even though i do consider it a bug somewhere. |
This is linked with the issue jupyterhub/oauthenticator#213. With the AzureAD authenticator hub config setting |
That right! You can repair this issue with:
|
Hello,
I'm creating jupyterhub on AKS (Azure Kubernetes Service), with AAD (Azure Active Directory). Everything works properly until redirect to user notebook. I get 404 error. There ins't any error on login and singleuser pod initialization. As auth plugin I use
oauthenticator.azuread.AzureAdOAuthenticator
. I extended hub and singleuser images with PyJWT.On hub pod I only see a redirect to notebook:
On notebook pod I get 404 errors:
The text was updated successfully, but these errors were encountered: