Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Grote 0168eed7b8 f
ci/woodpecker/push/gitleaks Pipeline was successful Details
ci/woodpecker/push/ansible-lint Pipeline was successful Details
2024-04-11 21:34:57 +02:00
2 changed files with 12 additions and 6 deletions

View File

@ -39,8 +39,8 @@ api:
ping: {} # für healthcheck
#experimental:
# plugins:
# ldapAuth:
# moduleName: "github.com/wiltonsr/ldapAuth"
# version: "v0.1.4"
experimental:
plugins:
ldapAuth:
moduleName: "github.com/wiltonsr/ldapAuth"
version: "v0.1.8"

View File

@ -26,8 +26,14 @@ services:
traefik.http.routers.wiki.entrypoints: entry_https
traefik.http.services.wiki.loadbalancer.server.port: 80
traefik.http.routers.wiki.middlewares: nforwardauth
traefik.http.routers.wiki.middlewares: ldap_auth
traefik.http.middlewares.ldap_auth.plugin.ldapAuth.enabled: true
traefik.http.middlewares.ldap_auth.plugin.ldapAuth.logLevel: "DEBUG"
traefik.http.middlewares.ldap_auth.plugin.ldapAuth.url: "ldap://ldap.mgrote.net"
traefik.http.middlewares.ldap_auth.plugin.ldapAuth.port: 3890
traefik.http.middlewares.ldap_auth.plugin.ldapAuth.baseDN: "dc=mgrote,dc=net"
traefik.http.middlewares.ldap_auth.plugin.ldapAuth.attribute: uid
######## Networks ########
networks:
traefik: