File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ contains information on installation & usage.
35
35
## Security warning
36
36
37
37
Jupyter Server Proxy is often used to start a user defined process listening to
38
- some network port (http://localhost:4567 ) for a user starting a Jupyter Server
38
+ some network port (e.g. http://localhost:4567 ) for a user starting a Jupyter Server
39
39
that only that user has permission to access. The user can then access the
40
40
started process proxied through the Jupyter Server.
41
41
@@ -45,9 +45,7 @@ the Jupyter Server's authorization!
45
45
46
46
A common strategy to enforce access proxied via Jupyter Server is to start
47
47
Jupyter Server within a container and only allow network access to the Jupyter
48
- Server through to the container. Another strategy is to communicate with the
49
- started process through a unix socket as proposed in [ Pull request
50
- #337 ] ( https://github.com/jupyterhub/jupyter-server-proxy/pull/337 ) .
48
+ Server via the container.
51
49
52
50
For more insights, see [ Ryan Lovetts comment about
53
51
it] ( https://github.com/jupyterhub/jupyter-server-proxy/pull/359#issuecomment-1350118197 ) .
You can’t perform that action at this time.
0 commit comments