I follow up below link, trying to put a simple user access by enabling username and password. However, it just didn’t work. Anyone can use any name without password to login. I even redeploy the whole JupyterHub but still not working. Is there anything missing, or should more work needs to be done?
Hi! Markdown lets you format code blocks using a triple backticks, see: Extended Syntax | Markdown Guide
this is particularly important for and code/configuration involving whitespace!
What version of Z2 JH are you using, and what commands did you use to deploy/update it?
Thanks @manics! In fact, my configuration is correctly formatted. The code snippet I pasted in my previous post is not in good format because of copying/pasting. I exactly followed below example:
We are using the stable version 2.0.0. (aka, JupyterHub 3.0.0).
We are using HELM to do the deployment, the command likes below:
helm upgrade --install jupyterhub -f values.yaml -f ./values-dev.yaml --namespace=xxxx
I can’t see any issues. Can you try redeploying it from scratch in a new K8s cluster, and paste the exact commands and configuration files that you’re using?