MontFerret / worker

Containerized Ferret worker
Apache License 2.0
14 stars 7 forks source link

lite authentication #12

Open PierreBrisorgueil opened 4 years ago

PierreBrisorgueil commented 4 years ago

quick idea

regularly we will host this docker behind an auth managed by google amazon or .... in case we want to host it on a dedicated server, do you think it would be interesting to have a basic micro authentication system?

ziflex commented 3 years ago

We could add support of basic authentication.

PierreBrisorgueil commented 3 years ago

hey, it would be interesting to activate it from the configuration, docker env or vars.

Another approach would be to set up a docker compose, managing the auth from a layer of another docker. Not sure if this exist but probably.