Nginx authentication backend for LDAP
100K+
https://github.com/tiagoapimenta/nginx-ldap-auth
Use this in order to provide a ingress authentication over LDAP for Kubernetes, change the Secret inside config.sample.yaml to match your LDAP server and run:
kubectl create secret generic nginx-ldap-auth --from-file=config.yaml=config.sample.yaml
kubectl apply -f k8s.yaml
Configure your ingress with annotation nginx.ingress.kubernetes.io/auth-url: http://nginx-ldap-auth.default.svc.cluster.local:5555 as described on nginx documentation.
Content type
Image
Digest
Size
2.4 MB
Last updated
over 4 years ago
docker pull tpimenta/nginx-ldap-auth