Skip to content

Commit

Permalink
Revert "fix(authentik): ldap-provider typo for auth flow (#38)"
Browse files Browse the repository at this point in the history
This reverts commit 0856f04.
  • Loading branch information
NavarrePratt committed Jan 16, 2025
1 parent 0856f04 commit 3272717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/authentik/templates/ldap-provider-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 3272717

Please sign in to comment.