dignajar / another-ldap-auth

LDAP Authentication for Nginx, Nginx ingress controller (Kubernetes), and HAProxy via a subrequest.
MIT License
41 stars 20 forks source link

Allow setting ldap passwd secret through values #15

Closed kirrmann closed 3 years ago

kirrmann commented 3 years ago

This PR adds the option to set up the password in secret through values. As there was no other way than changing the template itself. User still can use e.g. helm secrets (sops) or other systems to securely handle secret management.

dignajar commented 3 years ago

thanks