From 1bf58aab81a7ee6b7a8b1016a447029d427faa82 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 19 Jan 2026 11:46:38 +0100 Subject: [PATCH] Added SSO variables in buildout cfg --- base.cfg | 5 +++++ port.cfg | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/base.cfg b/base.cfg index 6f09349..32aeac7 100755 --- a/base.cfg +++ b/base.cfg @@ -97,6 +97,11 @@ environment-vars = PYTHON_UNO ${port:python-uno} PUBLIC_URL ${port:public-url} decorate_acl_methods true + SSO_APPS_URL ${port:sso-apps-url} + SSO_APPS_CLIENT_ID ${port:sso-apps-client-id} + SSO_APPS_CLIENT_SECRET ${port:sso-apps-client-secret} + SSO_APPS_USER_USERNAME ${port:sso-apps-user-username} + SSO_APPS_USER_PASSWORD ${port:sso-apps-user-password} eggs = ${buildout:eggs} diff --git a/port.cfg b/port.cfg index 9a6ec02..27966cc 100644 --- a/port.cfg +++ b/port.cfg @@ -26,3 +26,8 @@ zodb-cache-size = 30000 zeo-client-cache-size = 300MB public-url = http://localhost:8081/Plone zserver-threads = 2 +sso-apps-url = https://keycloak-apps.cloud.imio-test.be +sso-apps-client-id = imio-apps-docs +sso-apps-client-secret = +sso-apps-user-username = imio-docs_imio-ic-staging +sso-apps-user-password =