Point identity env provider at in-cluster authentik-server ClusterIP #24

Merged
benvin merged 2 commits from benvin/incluster-provider-url into main 2026-08-23 23:22:56 +10:00

2 Commits

Author SHA1 Message Date
unkin-agent ae679ab587 ci: move authentik_url ClusterIP override into woodpecker only
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/plan Pipeline was successful
Keep local/default terragrunt runs pointed at the real public URL;
set the goauthentik#954 ClusterIP workaround via TF_VAR_authentik_url
in the CI environment blocks instead of as a terragrunt input.
2026-08-23 23:20:32 +10:00
unkin-agent 218a640882 Point identity env provider at in-cluster authentik-server ClusterIP
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/plan Pipeline was successful
Parameterise the authentik provider url as var.authentik_url (default:
the environment's public URL) and override it for
identity.k8s.syd1.au.unkin.net to
http://authentik-server.authentik.svc.cluster.local. Combined with
sessionAffinity: ClientIP on the Service, in-cluster CI runs pin to a
single server replica, eliminating the cross-replica read-back race
(goauthentik/terraform-provider-authentik#954).
2026-08-23 23:07:04 +10:00