From 3272717d416691ed6396a6fbc0187fb33560a740 Mon Sep 17 00:00:00 2001 From: NavarrePratt Date: Thu, 16 Jan 2025 11:12:22 -0500 Subject: [PATCH] Revert "fix(authentik): ldap-provider typo for auth flow (#38)" This reverts commit 0856f047494a9e374733b75025411bc7802e6ca7. --- charts/authentik/templates/ldap-provider-blueprint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/authentik/templates/ldap-provider-blueprint.yaml b/charts/authentik/templates/ldap-provider-blueprint.yaml index 521667e..3ce9229 100644 --- a/charts/authentik/templates/ldap-provider-blueprint.yaml +++ b/charts/authentik/templates/ldap-provider-blueprint.yaml @@ -45,7 +45,7 @@ data: state: {{ default "present" (((.Values).customBlueprints).ldapProvider).state }} - attrs: authentication_flow: {{ default "!Find [authentik_flows.flow, [slug, \"default-authentication-flow\"]]" (((.Values).customBlueprints).ldapProvider).authenticationFlow }} - authorization_flow: {{ default "!Find [authentik_flows.flow, [slug, \"default-authorization-flow\"]]" (((.Values).customBlueprints).ldapProvider).authorizationFlow }} + authorization_flow: {{ default "!Find [authentik_flows.flow, [slug, \"default-authentication-flow\"]]" (((.Values).customBlueprints).ldapProvider).authorizationFlow }} invalidation_flow: {{ default "!Find [authentik_flows.flow, [slug, \"default-invalidation-flow\"]]" (((.Values).customBlueprints).ldapProvider).invalidationFlow }} base_dn: DC={{ (default "coreweave.cloud" (((.Values).customBlueprints).ldapProvider).domain) | replace "." ",DC=" }} bind_mode: {{ default "cached" (((.Values).customBlueprints).ldapProvider).bindMode }}