nginxinc / nginx-ldap-auth

Example of LDAP authentication using ngx_http_auth_request_module
BSD 2-Clause "Simplified" License
683 stars 202 forks source link

Dockerize auth daemon #7

Closed darken99 closed 6 years ago

darken99 commented 8 years ago

Creates Docker image to run auth daemon

vl-homutov commented 8 years ago

i see reference to requirements.txt in the file, but it is missing in the patch. I assume this would result in an error. What about other daemons provided? Also, it would be nice to update README with instructions how to use this. I hope the docker-relaed section should be shorter than existing method.

darken99 commented 8 years ago

Added missing file and README file section

vl-homutov commented 6 years ago

The Dockerfile was added.