diff --git a/stacks/authentik/authentik_provider.tf b/stacks/authentik/authentik_provider.tf index f33a225a..f34214fe 100644 --- a/stacks/authentik/authentik_provider.tf +++ b/stacks/authentik/authentik_provider.tf @@ -65,15 +65,6 @@ resource "authentik_provider_proxy" "catchall" { # in authentik 2026.2.x — UserLoginStage is the correct knob. # ----------------------------------------------------------------------------- -data "authentik_stage" "default_authentication_login" { - name = "default-authentication-login" -} - -import { - to = authentik_stage_user_login.default_login - id = data.authentik_stage.default_authentication_login.id -} - resource "authentik_stage_user_login" "default_login" { name = "default-authentication-login" session_duration = "weeks=4" diff --git a/stacks/priority-pass/main.tf b/stacks/priority-pass/main.tf index 02497af8..9bd9792e 100644 --- a/stacks/priority-pass/main.tf +++ b/stacks/priority-pass/main.tf @@ -104,7 +104,7 @@ resource "kubernetes_deployment" "priority-pass" { } container { name = "backend" - image = "registry.viktorbarzin.me/priority-pass-backend:f4246691" + image = "registry.viktorbarzin.me/priority-pass-backend:c2b4ac50" port { container_port = 8000 }