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

idea : support for UNIX sockets #24

Open
jhgoebbert opened this issue Jul 26, 2023 · 1 comment
Open

idea : support for UNIX sockets #24

jhgoebbert opened this issue Jul 26, 2023 · 1 comment

Comments

@jhgoebbert
Copy link

Hello everyone,

Running web applications on multi-user systems (even behind a JupyterHub) requires that the web application supports some kind of authentication (this can be a token that has to be passed in the URL, as we know it from Jupyter/JupyterLab).

However, some applications lack this basic security and are accessible to anyone who can log into the multi-user system and access their port.

If these web applications would not use a port but a UNIX socket for internal communication with jhsingle-native-proxy, this security hole could be closed in a quite elegant way.
For jupyter-server-proxy this great feature was just recently added - jupyterhub/jupyter-server-proxy#321 and might be a starting point.

@danlester
Copy link
Member

Yes, this project was originally a fork of jupyter-server-proxy so it makes sense.

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

No branches or pull requests

2 participants