wiltonsr/ldapAuth
An open source Traefik Middleware that enables authentication via LDAP in a similar way to Traefik Enterprise
13 Releases
Latest: 1mo ago
v0.1.12Latest
📋 What's Changed
- Add option to customize group search by @wiltonsr in https://github.com/wiltonsr/ldapAuth/pull/73
- Full Changelog: https://github.com/wiltonsr/ldapAuth/compare/v0.1.11...v0.1.12
v0.1.11
📋 What's Changed
- feat: allow usage of a environment variable or secret for sensitive params by @thpiron in https://github.com/wiltonsr/ldapAuth/pull/47
✨ New Contributors
- @thpiron made their first contribution in https://github.com/wiltonsr/ldapAuth/pull/47
- Full Changelog: https://github.com/wiltonsr/ldapAuth/compare/v0.1.10...v0.1.11
v0.1.10
📋 What's Changed
- Security improvements by @nepella in https://github.com/wiltonsr/ldapAuth/pull/68
✨ New Contributors
- @nepella made their first contribution in https://github.com/wiltonsr/ldapAuth/pull/68
- Full Changelog: https://github.com/wiltonsr/ldapAuth/compare/v0.1.9...v0.1.10
v0.1.9
🗑️ Deprecation Notice
- Passing the following parameters directly in the configuration is now deprecated.
- URL
- Port
- Minimum TLS version
- Maxiumum TLS version
- Certificate authorities
- InsecureSkipVerify
- StartTLS
- + 1 more
📋 What's Changed
- Upgrade golang.org/x/crypto to version 0.17.0 by @wiltonsr in https://github.com/wiltonsr/ldapAuth/pull/64
- Multiple ldap backends by @wiltonsr in https://github.com/wiltonsr/ldapAuth/pull/65
- Full Changelog: https://github.com/wiltonsr/ldapAuth/compare/v0.1.8...v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
🗑️ Deprecated
- `UseTLS` option is now deprecated and will be ignored as of this release. TLS connections will be inferred from the URL scheme (ldaps) and from the `StartTLS` option if set. This is not a breaking change.
v0.1.2
Fix: Disable nested group filter by default as not supported by most LDAP servers
v0.1.1
v0.1.0
📋 Changes
- Add support to `allowedUsers` feature
