From b5ce0c9841effbe6876700475b5064fb5d8425ec Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Mon, 29 Dec 2025 11:39:22 +0100 Subject: [PATCH] tandoor oauth config --- tandoor-system/tandoor.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tandoor-system/tandoor.yaml b/tandoor-system/tandoor.yaml index 86e8ac3..f6543e9 100644 --- a/tandoor-system/tandoor.yaml +++ b/tandoor-system/tandoor.yaml @@ -103,6 +103,10 @@ spec: secretKeyRef: name: tandoor-admin key: email + - name: SOCIAL_PROVIDERS + value: "allauth.socialaccount.providers.openid_connect" + - name: SOCIALACCOUNT_PROVIDERS + value: '{"openid_connect":{"APPS":[{"provider_id":"authentik","name":"authentik","client_id":"y7Mv9stcPZYAGz5QQyzFO9KBFjXHG6OWhLNWPMHL","secret":"tSbRKbfnUigzibKaJpAAwJoF8JLXazssydS6WLoAGCD3hGqZ3ceK5SUvSAEcncQCImZaMmsepO3zwfgIO3huA4GRCHS5NzLGm0L2Ifz60PGKW0htr54u12pWOUBJc6dG","settings":{"server_url":"https://authentik.dooplex.hu/application/o/tandoor/.well-known/openid-configuration"}}]}}' containers: - name: tandoor image: vabene1111/recipes:2.3.6