Skip to content
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

Is it possible to disable token / password auth? #4667

Closed
iwinux opened this issue May 31, 2018 · 4 comments
Closed

Is it possible to disable token / password auth? #4667

iwinux opened this issue May 31, 2018 · 4 comments
Labels
status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.

Comments

@iwinux
Copy link

iwinux commented May 31, 2018

Problem: I've already set up client certificate auth at the frontend Nginx server, so there's no need to add another auth step.

What I've tried: setting c.NotebookApp.token = None results in jupyter lab crashing at startup....

Expect: Be able to disable token / password auth entirely.

Package Versions:

  • jupyter-client: 5.2.3
  • jupyter-core: 4.4.0
  • jupyterlab: 0.32.1
  • jupyterlab-launcher: 0.10.5
@CraigMeng
Copy link

why not write a customized authentication extension, which will check if request has been already authenticated by nginx...

@timkpaine
Copy link
Member

timkpaine commented May 31, 2018

@iwinux did you try setting it to empty string? Also I have c.NotebookApp.password_required = False.

@iwinux
Copy link
Author

iwinux commented Jun 6, 2018

How come I didn't try that 😅 c.NotebookApp.token = '' works!

@iwinux iwinux closed this as completed Jun 6, 2018
@metal3d
Copy link

metal3d commented Dec 3, 2018

Just one note, you can launch jupyter with --LabApp.token='' also

@lock lock bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Aug 8, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

No branches or pull requests

4 participants