How to create new user via url typing in my chrome browser

Hi guys,

I am now to jupyterhub in kubernetes deployments. Currently I just successfully installed the jupyterhub and I found out that a lab container can be created with any username. So I have a question:

Can I create a user by url with format like: http://localhost/hub/username_i_type or similar formats?

No, visiting a URL cannot create a username.

Generally, it is the Authenticator that governs which usernames are allowed. You can also specify an allowed_users list in your configuration to allow a certain collection of usernames. Specifying this list will create the listed users.

2 Likes