Nginx authentication backend for LDAP
(Note: Originally a fork of https://github.com/tiagoapimenta/nginx-ldap-auth)
src | ||
Dockerfile | ||
k8s.yaml | ||
LICENSE | ||
README.md |
Nginx LDAP Auth
Use this in order to provide a ingress authentication over LDAP for Kubernetes, change the Secret inside k8s.yaml
to match your LDAP server and run:
kubectl apply -f k8s.yaml
Configure your ingress with annotation nginx.ingress.kubernetes.io/auth-url: http://nginx-ldap-auth:5555
as described on nginx documentation: