Compare commits

..

2 commits

10 changed files with 24 additions and 9 deletions

View file

@ -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.7"
version: "0.4.8"
maintainers:
- name: WrenIX
url: https://wrenix.eu

View file

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

View file

@ -0,0 +1,4 @@
blueprint:
provider:
oidc:
redirectURL: "https://url"

View file

@ -2,6 +2,6 @@ blueprint:
provider:
oidc:
redirectURL:
- matching_mode: "regex"
url: "https://regex.url"
- "https://url"
- matching_mode: "regex"
url: "https://regex.url"

View file

@ -0,0 +1,7 @@
blueprint:
provider:
oidc:
redirectURL:
- matching_mode: "regex"
url: "https://regex.url"
- "https://url"

View file

@ -25,7 +25,11 @@ stringData:
redirectURL: {{ .redirectURL | quote }}
{{- else }}
{{- $url := .redirectURL | first}}
redirectURL: {{ ternary $url (get $url "url") (kindIs "string" .redirectURL) | quote }}
{{- if (kindIs "string" $url) }}
redirectURL: {{ $url | quote }}
{{- else }}
redirectURL: {{ get $url "url" | quote }}
{{- end }}
{{- end }}
{{- with .tokenDuration }}

View file

@ -3,4 +3,4 @@ dependencies:
repository: oci://docker.io/bitnamicharts
version: 20.13.2
digest: sha256:6802ee2a26d741b7d2847041529b81892adbb48a0490859f6445a6985b28c73c
generated: "2025-04-24T16:32:03.104977701Z"
generated: "2025-04-24T17:02:04.606274335Z"

View file

@ -6,4 +6,4 @@ dependencies:
repository: oci://docker.io/bitnamicharts
version: 20.13.2
digest: sha256:04635ca54ddd9ee1a6b47bd6f4c34b8bbc1c0cc8bf1bfcb0a045dea831931634
generated: "2025-04-24T16:32:11.348211813Z"
generated: "2025-04-24T17:02:13.017882711Z"

View file

@ -6,4 +6,4 @@ dependencies:
repository: oci://docker.io/bitnamicharts
version: 20.13.2
digest: sha256:bc1098e5cf68754435ece3e5b75c51ee43d1199e7e4546ea72ba60886dc32a68
generated: "2025-04-24T16:32:19.724807756Z"
generated: "2025-04-24T17:02:21.317613967Z"

View file

@ -6,4 +6,4 @@ dependencies:
repository: oci://docker.io/bitnamicharts
version: 20.13.2
digest: sha256:04635ca54ddd9ee1a6b47bd6f4c34b8bbc1c0cc8bf1bfcb0a045dea831931634
generated: "2025-04-24T16:32:29.964652452Z"
generated: "2025-04-24T17:02:30.244930713Z"