Hey Canni,
thank you and thank you for sharing!
> - Store some custom modules (microservices) on a docker host and mount it to a place in the docker, e.g. /etc/satosa/modules/
the module must be a python package, installed or importable in the relative path starting from the base directory
I use the deploy strategy you see, mounting the configuration folder using a docker volume ;-) with custom module in the projects, otherwise you should package your module and install it via pip/poetry
the best way to go for you is creating your own module and installing them via python env
>
I also saw a hardcoded python-version-based path to site packages of satosa in the demo-run/run shell file.
if you like doing PR you're welcome and that would be really appreciated!
>
Btw. I use a docker compose and the original non-modified image.
that's good, always use official images and when needed take a look to side projects like satosa-saml2spid for any comparison, then come with your questions anytime you want,
best