authentik: ClientIP session affinity on server service #410

Merged
benvin merged 1 commits from benvin/authentik-session-affinity into main 2026-08-23 23:13:51 +10:00

1 Commits

Author SHA1 Message Date
unkin-agent 21e2b7b580 authentik: ClientIP session affinity on server service
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
Tofu/terraform applies against authentik race across the 3 server
replicas: a create on one pod followed by an immediate read-back on
another returns stale data ("inconsistent result after apply",
goauthentik/terraform-provider-authentik#954). ClientIP affinity pins
an apply run to a single pod until the upstream bug is fixed.

- Set server.service.sessionAffinity: ClientIP with
  clientIP.timeoutSeconds: 60 in the au-syd1 authentik overlay
2026-08-23 23:05:51 +10:00