zuavra / nginx-ip-whitelister

Backend for ngx_http_auth_request_module that whitelists remote IP address if a key is presented in URL.
MIT License
42 stars 3 forks source link

Cleanup the KEY parameter from the docker compose files as it can cause confusion #20

Closed eduardmanda closed 10 months ago

eduardmanda commented 10 months ago

Hi,

Thank you for developing this project! I've started using it today and I've had some issues because I tried to use the same key that I set in the docker compose file. I've reread the documentation a couple of times until I've seen that that is not allowed anymore and instead I should use the nginx headers.

Could you adjust the docker compose files?

eduardmanda commented 10 months ago

The same applies for the FIXED_TIMEOUT parameter

zuavra commented 10 months ago

Of course. Fixed with e5333b5 on master branch.