Larch 0.12
There is a new endpoint to collect metrics by Prometheus. This endpoint can be protected with username and password using the environment variables METRICS_USER
(defaults to "metrics") and METRICS_PASS
.
In order to use Guisso for authentication and SSO, some new environment variables must be set:
GUISSO_ENABLED
: boolean, defaults tofalse
GUISSO_BASE_URL
: the base url of the Guisso server (ie:https://login.instedd.org
)GUISSO_CLIENT_ID
andGUISSO_CLIENT_SECRET
: credentials generated in Guisso for the Surveda application