-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[BUG] - Generating new user for token-authenticated request keeps appearing when token auth is disabled #1892
Comments
@ahlag could you please check, that you have this problem if you don't use our docker images? (just run It also might be an expected behaviour, I'm not sure about this. |
@mathbunnyru Yes, I was able to replicate this on jupyterlab. Is there a way to mute the logs coming from the docker container? |
@mathbunnyru I found this problem too when I use image When I build custom image based on jupyter/datascience-notebook, I use this: FROM jupyter/datascience-notebook:latest
...
ENV JUPYTER_TOKEN=${TOKEN} |
I'm closing this issue because the original problem is in upstream here: microsoft/vscode-jupyter#13345 The workaround can be found here: jupyter-server/jupyter_server#1245 (comment) |
This seems to be fixed in the upstream. |
What docker image(s) are you using?
pyspark-notebook
Host OS system and architecture running docker image
MacOS
What Docker command are you running?
Running these with docker compose -
docker compose up
.How to Reproduce the problem?
docker compose up
in the directory that has the above yaml.Command output
The text was updated successfully, but these errors were encountered: