traefik-internal: add ldaps :636 entrypoint for authentik LDAPS #345
Reference in New Issue
Block a user
Delete Branch "benvin/traefik-ldaps-entrypoint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
636entrypoint, so theauthentik-ldapGateway's two636/TLSpassthrough listeners are invalid and the entire Gateway is rejected (Accepted: False), taking LDAPS down.80/443, so nothing reaches the Authentik LDAP outpost on636.How
ldapsentrypoint on:636(raw TCP, no TLS termination) to the traefik-internal helm values so636/TLSpassthrough streams pass through to the LDAP outpost.636on the traefik-internal LoadBalancer via the port'sexpose.default, keeping the pinned198.18.200.4/commongroup unchanged.