From 8bedadd126454c78e1900f16dd7a7a0c969de28b Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 8 Feb 2024 16:18:39 +0100 Subject: [PATCH] fix(global): oidc with signingKey in authentik-application --- infra-monitoring/templates/grafana/authentik-application.yaml | 2 +- mycloud-nextcloud/templates/authentik-application.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra-monitoring/templates/grafana/authentik-application.yaml b/infra-monitoring/templates/grafana/authentik-application.yaml index 8daf844..f8b45d2 100644 --- a/infra-monitoring/templates/grafana/authentik-application.yaml +++ b/infra-monitoring/templates/grafana/authentik-application.yaml @@ -40,7 +40,7 @@ spec: redirectURL: "https://{{ $url }}/login/generic_oauth" clientID: {{ .Values.grafana.auth.authentik.clientID | default (derivePassword 1 "long" .Values.commons.masterPassword "grafana" "clientID") | quote }} clientSecret: {{ .Values.grafana.auth.authentik.clientSecret | default (derivePassword 1 "long" .Values.commons.masterPassword "grafana" "clientSecret") | quote }} - # signingKey: + signingKey: "authentik Self-signed Certificate" scopes: - name: "authentik default OAuth Mapping: OpenID 'openid'" - name: "authentik default OAuth Mapping: OpenID 'email'" diff --git a/mycloud-nextcloud/templates/authentik-application.yaml b/mycloud-nextcloud/templates/authentik-application.yaml index 1606619..5e1ee47 100644 --- a/mycloud-nextcloud/templates/authentik-application.yaml +++ b/mycloud-nextcloud/templates/authentik-application.yaml @@ -34,7 +34,7 @@ spec: redirectURL: "https://{{ $host }}/apps/user_oidc/code" clientID: {{ .Values.auth.clientID | default (derivePassword 1 "long" .Values.commons.masterPassword "nextcloud" "auth.clientID") | quote }} clientSecret: {{ .Values.auth.clientSecret | default (derivePassword 1 "long" .Values.commons.masterPassword "nextcloud" "auth.clientSecret") | quote }} - # signingKey: + signingKey: "authentik Self-signed Certificate" scopes: - name: "authentik default OAuth Mapping: OpenID 'openid'" - name: "authentik default OAuth Mapping: OpenID 'email'"