Authelia/LLDAP auth slow (2s LDAP bind, 5s cold DNS) #43
Labels
No labels
Monitoring
automation
bug
duplicate
feature
forgejo
help wanted
invalid
k3s
keycloak
ldap
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lab/homelab#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Symptoms
Login at auth.yukselcloud.com feels slow (multi-second).
Findings (partial, investigation paused)
Client side (workstation -> services)
In-cluster
Root cause hypothesis
Node resolv.conf is
nameserver 127.0.0.53+search lan(systemd-resolved). Pods use CoreDNS; thelansearch suffix causes upstream expansion (e.g.auth.yukselcloud.com.lan.) -> upstream timeouts 5-10s when cache cold. LLDAP 2s bind is a separate, second latency source.TODO