fix(authentik-application): add invalidation flow to proxy provider
This commit is contained in:
parent
f7d860ef89
commit
a35627e48e
3 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: authentik-application
|
||||
description: "A Chart to deploy a secret for the authentik blueprint-sidecar."
|
||||
type: application
|
||||
version: "0.4.5"
|
||||
version: "0.4.6"
|
||||
maintainers:
|
||||
- name: WrenIX
|
||||
url: https://wrenix.eu
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "A Chart to deploy a secret for the authentik blueprint-sidecar."
|
|||
|
||||
# authentik-application
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
A Chart to deploy a secret for the authentik blueprint-sidecar.
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
state: present
|
||||
attrs:
|
||||
authorization_flow: !Find [authentik_flows.flow, [slug, {{ .Values.blueprint.provider.authorizationFlow }}]]
|
||||
invalidation_flow: !Find [authentik_flows.flow, [slug, {{ .Values.blueprint.provider.invalidationFlow }}]]
|
||||
mode: "forward_single"
|
||||
{{- with .Values.blueprint.provider.proxy }}
|
||||
external_host: {{ .externalHost | quote }}
|
||||
|
|
Loading…
Add table
Reference in a new issue