From 65cbe32b6d77e489f395fda67ec9c0a19da51409 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Mar 2026 15:17:53 +0100 Subject: [PATCH] Add outpost back --- authentik/blueprint-ldap.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/authentik/blueprint-ldap.yaml b/authentik/blueprint-ldap.yaml index 956e602..3c41d9b 100644 --- a/authentik/blueprint-ldap.yaml +++ b/authentik/blueprint-ldap.yaml @@ -21,3 +21,24 @@ data: bind_mode: direct search_mode: direct mfa_support: false + - model: authentik_core.application + id: ldap-app + state: present + identifiers: + slug: ldap + attrs: + name: LDAP + slug: ldap + backchannel_providers: + - !KeyOf ldap-provider + - model: authentik_outposts.outpost + id: ldap-outpost + state: present + identifiers: + name: LDAP Outpost + attrs: + name: LDAP Outpost + type: ldap + providers: + - !KeyOf ldap-provider + service_connection: !Find [authentik_outposts.kubernetesserviceconnection, [local, true]]