From 15c7cfcd6538ee9736520a2970caf1830e2ba16f Mon Sep 17 00:00:00 2001 From: shodan Date: Thu, 2 Apr 2026 12:53:31 +0000 Subject: [PATCH] . --- wekan/wekan.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wekan/wekan.yaml b/wekan/wekan.yaml index 98e79d2..c3fc4f6 100644 --- a/wekan/wekan.yaml +++ b/wekan/wekan.yaml @@ -163,13 +163,13 @@ spec: name: wekan-secrets key: OAUTH2_SECRET - name: OAUTH2_SERVER_URL - value: "https://auth.apps.undercloud.dev/application/o/wekan/" + value: "https://auth.apps.undercloud.dev" - name: OAUTH2_AUTH_ENDPOINT - value: "authorize/" + value: "/application/o/authorize/" - name: OAUTH2_TOKEN_ENDPOINT - value: "token/" + value: "/application/o/token/" - name: OAUTH2_USERINFO_ENDPOINT - value: "userinfo/" + value: "/application/o/userinfo/" - name: OAUTH2_ID_MAP value: "sub" - name: OAUTH2_USERNAME_MAP