-
-
Notifications
You must be signed in to change notification settings - Fork 296
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
Security for remote access #10
Comments
I added instructions for setting up an SSH tunnel on the README (which is secure), that should be enough for now. |
It would be useful to have a password page similar to jupyter-nb. When running Pluto inside a container in a random cluster machine it's not feasible to get a link or to pass an access key back to the user, neither is it feasible to have no security at all. A password page would avoid this altogether. |
For those setups we recommend that you build on top of an existing authentication system, like an authenticated nginx forward proxy or JupyterLab, and set |
I can't find this on the readme. (I realize this is an old thread so maybe this comment is outdated?)
Where can I read more about how to setup this? |
Single access tokens or password or ?
The text was updated successfully, but these errors were encountered: