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

Adding a way to bypass the notebook token. #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jkremser
Copy link
Member

Also extending the readiness check and making it part of the base image.

By default everything is the same as before. Only if the JUPYTER_NOTEBOOK_DISABLE_TOKEN is set to true, the token will be set to an empty string, this means it will not be generated/required by Jupyter. If the JUPYTER_NOTEBOOK_PASSWORD is set to an non empty string, this password will be required during the first access to the notebook (no matter, if the token is generated/set or disabled). In other words, setting the both abovementioned env variables at the same time doesn't make sense.

If there is no authN, the ready.sh script will check also the endpoint with the notebooks (/tree). Also adding the ready.sh to the image so that it can be used in the openshift for ready/live checks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant