digitaldemocratic/dd-sso
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
..
admin [sso-admin] Fix import and config issues 2022-07-29 20:30:43 +02:00
docker DD education workspace 2022-07-10 12:15:47 +02:00
docker-compose-parts [sso-admin] Disentangle module and add type hints 2022-07-29 14:02:49 +02:00
init/keycloak DD education workspace 2022-07-10 12:15:47 +02:00
.gitignore DD education workspace 2022-07-10 12:15:47 +02:00
.isort.cfg DD education workspace 2022-07-10 12:15:47 +02:00