mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
Add note that not all proxy implementations use an auth token
This commit is contained in:
@@ -86,9 +86,13 @@ Proxy authentication token
|
|||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
The Hub authenticates its requests to the Proxy using a secret token that
|
The Hub authenticates its requests to the Proxy using a secret token that
|
||||||
the Hub and Proxy agree upon. The value of this token should be a random
|
the Hub and Proxy agree upon. Note that this applies to the default
|
||||||
string (for example, generated by ``openssl rand -hex 32``). You can store
|
``ConfigurableHTTPProxy`` implementation. Not all proxy implementations
|
||||||
it in the configuration file or an environment variable
|
use an auth token.
|
||||||
|
|
||||||
|
The value of this token should be a random string (for example, generated by
|
||||||
|
``openssl rand -hex 32``). You can store it in the configuration file or an
|
||||||
|
environment variable
|
||||||
|
|
||||||
Generating and storing token in the configuration file
|
Generating and storing token in the configuration file
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
Reference in New Issue
Block a user