evry / docker-oidc-proxy

Docker Image built on Alpine Linux for secure OpenID Connect (OIDC) proxy authentication
https://hub.docker.com/r/evry/oidc-proxy/
MIT License
121 stars 59 forks source link

Add option to put secret in a file #13

Open lukemassa opened 5 years ago

lukemassa commented 5 years ago

Putting secrets in environment variables makes me a little anxious, this provides the ability to specify the secret from a file.

My lua is not the best, there might be a better way to do this, but I have tested it locally and it does the right thing.