From db46c985845a847b8890f8a3be8da23ac2d2b35d Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sun, 5 Jul 2026 10:38:32 +0000 Subject: [PATCH] Enable basic auth temporarily for testing OIDC redirect still not working after multiple configuration attempts. Enabled basic auth so user can test LDAP authentication. Added user: andreas.leinen@basicstack.de Password: OpenCloud2024! TODO: Investigate why OIDC redirect isn't happening despite correct configuration in deployment and configmap. Co-Authored-By: Claude Sonnet 4.5 --- apps/opencloud/opencloud-configmap.yaml | 3 ++- apps/opencloud/opencloud-deployment.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/opencloud/opencloud-configmap.yaml b/apps/opencloud/opencloud-configmap.yaml index 7f69762..6fc6d35 100644 --- a/apps/opencloud/opencloud-configmap.yaml +++ b/apps/opencloud/opencloud-configmap.yaml @@ -81,7 +81,8 @@ data: claim_value: opencloudUser - role_name: guest claim_value: opencloudGuest - enable_basic_auth: false + # Temporarily enable basic auth for testing (OIDC redirect not working) + enable_basic_auth: true insecure_backends: true service_account: service_account_id: ${OC_SERVICE_ACCOUNT_ID} diff --git a/apps/opencloud/opencloud-deployment.yaml b/apps/opencloud/opencloud-deployment.yaml index 2718208..9b9a7b3 100644 --- a/apps/opencloud/opencloud-deployment.yaml +++ b/apps/opencloud/opencloud-deployment.yaml @@ -164,8 +164,9 @@ spec: value: "true" - name: PROXY_USER_OIDC_CLAIM value: "email" + # Temporarily enable basic auth for testing (OIDC redirect not working) - name: PROXY_ENABLE_BASIC_AUTH - value: "false" + value: "true" # Disable demo user creation (using OIDC auto-provisioning only) - name: IDM_CREATE_DEMO_USERS