From de6c1719444850263129208cb4525c44cbf00480 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Wed, 6 Nov 2024 20:46:40 +0100 Subject: [PATCH] openprofile change config --- openproject/values.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/openproject/values.yaml b/openproject/values.yaml index 04facb5..bb42277 100644 --- a/openproject/values.yaml +++ b/openproject/values.yaml @@ -21,14 +21,18 @@ workers: openproject: oidc: enabled: true - provider: Keycloak + provider: authentik displayName: aaronID host: auth.ar21.de existingSecret: openproject-secret - userinfoEndpoint: https://auth.ar21.de/application/o/userinfo/ - tokenEndpoint: https://auth.ar21.de/application/o/token/ - authorizationEndpoint: https://auth.ar21.de/application/o/authorize/ - endSessionEndpoint: https://auth.ar21.de/application/o/openproject/end-session/ + userinfoEndpoint: /application/o/userinfo/ + tokenEndpoint: /application/o/token/ + authorizationEndpoint: /application/o/authorize/ + endSessionEndpoint: /application/o/openproject/end-session/ + scope: "[openid email profile]" + secretKeys: + identifier: "clientId" + secret: "clientSecret" persistence: enabled: false s3: