Add note that not all proxy implementations use an auth token

This commit is contained in:
Bruno P. Kinoshita
2020-02-21 10:35:30 +13:00
parent f5bd5b7751
commit 239a4c63a2

View File

@@ -86,9 +86,13 @@ Proxy authentication token
--------------------------
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
string (for example, generated by ``openssl rand -hex 32``). You can store
it in the configuration file or an environment variable
the Hub and Proxy agree upon. Note that this applies to the default
``ConfigurableHTTPProxy`` implementation. Not all proxy implementations
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~