diff --git a/authentik-application/Chart.yaml b/authentik-application/Chart.yaml index ebc8618..c876b1f 100644 --- a/authentik-application/Chart.yaml +++ b/authentik-application/Chart.yaml @@ -3,4 +3,4 @@ name: authentik-application description: A Chart to deploy a secret for the authentik blueprint-sidecar type: application -version: 0.3.1 \ No newline at end of file +version: 0.3.2 \ No newline at end of file diff --git a/authentik-application/templates/secrets.yaml b/authentik-application/templates/secrets.yaml index eee6e23..0af1ffb 100644 --- a/authentik-application/templates/secrets.yaml +++ b/authentik-application/templates/secrets.yaml @@ -110,6 +110,8 @@ stringData: mode: "forward_single" {{- with .Values.blueprint.provider.proxy }} external_host: {{ .externalHost | quote }} + skip_path_regex: {{ .skipPathRegex | quote }} + cookie_domain: {{ .cookieDomain | quote }} {{- end }}{{/* with-proxy */}} {{- end }}{{/* if-proxy */}} {{- end }} diff --git a/authentik-application/values.yaml b/authentik-application/values.yaml index 7058ac9..ede6ead 100644 --- a/authentik-application/values.yaml +++ b/authentik-application/values.yaml @@ -27,6 +27,8 @@ blueprint: # -- used for proxy provider proxy: externalHost: + skipPathRegex: "" + cookieDomain: "" # -- not yet supported ingress: enabled: false