fix(authentik-application): add invalidation flow to proxy provider

This commit is contained in:
WrenIX 2025-02-02 18:39:57 +01:00
parent f7d860ef89
commit a35627e48e
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: authentik-application name: authentik-application
description: "A Chart to deploy a secret for the authentik blueprint-sidecar." description: "A Chart to deploy a secret for the authentik blueprint-sidecar."
type: application type: application
version: "0.4.5" version: "0.4.6"
maintainers: maintainers:
- name: WrenIX - name: WrenIX
url: https://wrenix.eu url: https://wrenix.eu

View file

@ -7,7 +7,7 @@ description: "A Chart to deploy a secret for the authentik blueprint-sidecar."
# authentik-application # authentik-application
![Version: 0.4.5](https://img.shields.io/badge/Version-0.4.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.4.6](https://img.shields.io/badge/Version-0.4.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
A Chart to deploy a secret for the authentik blueprint-sidecar. A Chart to deploy a secret for the authentik blueprint-sidecar.

View file

@ -6,6 +6,7 @@
state: present state: present
attrs: attrs:
authorization_flow: !Find [authentik_flows.flow, [slug, {{ .Values.blueprint.provider.authorizationFlow }}]] 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" mode: "forward_single"
{{- with .Values.blueprint.provider.proxy }} {{- with .Values.blueprint.provider.proxy }}
external_host: {{ .externalHost | quote }} external_host: {{ .externalHost | quote }}