sushy-tools/releasenotes/notes/auth-config-4f05bbfaea15bd2b.yaml
Dmitry Tantsur cb10724139 Fix enabling authentication via --config
Because of an ordering problem, the configuration file provided via
--config (as opposed to environment) is read after WSGI is set up.
This change fixes it by moving Application configuration into
a new method.

Change-Id: I3b69e148f2f82704d636ebdea88e5c86a483f86e
2021-09-21 18:56:24 +02:00

6 lines
142 B
YAML

---
fixes:
- |
Fixes authentication when the configuration is provided via the
``--config`` option (as opposed to the environment).