Nginx authentication backend for LDAP (Note: Originally a fork of https://github.com/tiagoapimenta/nginx-ldap-auth)
This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Tiago Augusto Pimenta 8bf61afe71 Tag version
2018-10-04 22:07:27 -03:00
src Custom auth message 2018-10-02 19:00:27 -03:00
build Tag version 2018-10-04 22:07:27 -03:00
Dockerfile Fix image 2018-10-02 22:04:00 -03:00
k8s.yaml Tag version 2018-10-04 22:07:27 -03:00
LICENSE First commit 2018-09-15 09:46:33 -03:00
README.md Password cache map with ttl 2018-09-15 16:07:31 -03:00

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: