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.
nginx-ldap-auth/README.md

8 lines
421 B
Markdown
Raw Normal View History

2018-09-15 08:43:38 -04:00
# Nginx LDAP Auth
2018-09-15 15:05:36 -04:00
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:
2018-09-15 08:43:38 -04:00
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](https://kubernetes.github.io/ingress-nginx/examples/auth/external-auth/):