From 1ba9226a3b3d11192fb12d8e999f60be572dd7e9 Mon Sep 17 00:00:00 2001 From: AB-UK Date: Wed, 18 Mar 2026 11:57:40 +0000 Subject: [PATCH] Fixed IDM outpust --- terraform/authentik/proxy-apps.auto.tfvars | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/authentik/proxy-apps.auto.tfvars b/terraform/authentik/proxy-apps.auto.tfvars index 0d633ca..6e71aad 100644 --- a/terraform/authentik/proxy-apps.auto.tfvars +++ b/terraform/authentik/proxy-apps.auto.tfvars @@ -203,6 +203,7 @@ EOT mode = "proxy" outpost = "kubernetes-outpost" intercept_header_auth = true + basic_auth_enabled = true create_group = true access_groups = ["admins"] }