digitaldemocratic/dd-sso/admin
Evilham 4421c5a5df
[sso-admin] Fix import and config issues
FileStorage is in werkzeug.datastructures, this didn't get caught by
mypy due to lack of type hints.

AdminFlaskApp now loads the configuration earlier, otherwise the
connection to other systems gets started with the wrong values.
While there, use .update since values from the environment are exactly what
we want to be using and the way it was written, they are expected to be
set up.

We also had swapped creation of the admin.lib.admin.Admin object and
processing admin.lib.postup.Postup; which loads some secrets needed for
moodle.
2022-07-29 20:30:43 +02:00
..
docker [sso-admin] Update requirements file 2022-07-29 19:28:42 +02:00
src [sso-admin] Fix import and config issues 2022-07-29 20:30:43 +02:00
.gitignore [sso-admin] Add base for QA checks 2022-07-29 13:10:33 +02:00
Pipfile [sso-admin] Add base for QA checks 2022-07-29 13:10:33 +02:00
Pipfile.lock [sso-admin] Add base for QA checks 2022-07-29 13:10:33 +02:00
mypy.ini [sso-admin] Add base for QA checks 2022-07-29 13:10:33 +02:00
pyproject.toml [sso-admin] Add base for QA checks 2022-07-29 13:10:33 +02:00