precision for restsessionbackend and restconfbackend with "authbasic" protection

This commit is contained in:
David Coutadeur 2021-07-16 12:14:44 +02:00
parent a6766f1dcc
commit 35ae3b9e9f
2 changed files with 8 additions and 0 deletions

View File

@ -77,3 +77,7 @@ You can also add some other parameters
# LWP::UserAgent parameters
proxyOptions = { timeout => 5 }
`User` and `Password` parameters are only used if the entry point `index.fcgi/config`
is protected by a basic authentication. Thus, handlers will make requests to the portal
using these parameters.

View File

@ -68,6 +68,10 @@ Name Comment Example
**password** Password to use for auth basic mechanism
=================== ======================================== ==================================================
`user` and `password` parameters are only used if the entry point `index.fcgi/sessions/global`
is protected by a basic authentication. Thus, handlers will make requests to the portal
using these parameters.
.. attention::