From c77d63c9b0482d3c45343c16d151ff59deb3ff39 Mon Sep 17 00:00:00 2001 From: Jaime Conde Date: Thu, 18 Jul 2024 16:43:49 +0200 Subject: [PATCH] fix(nubus): OX ldap mappers --- helmfile/apps/nubus/values-nubus.yaml.gotmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index c74fb1d9..f90db939 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -60,6 +60,7 @@ keycloak: nubusGuardian: provisioning: + enabled: true config: keycloak: credentialSecret: @@ -214,6 +215,9 @@ nubusKeycloakBootstrap: name: "ums-opendesk-keycloak-credentials" key: "admin_password" bootstrap: + ldapMappers: + - ldapAndUserModelAttributeName: "opendeskProjectmanagementAdmin" + - ldapAndUserModelAttributeName: "oxContextIDNum" twoFactorAuthentication: enabled: true group: "2fa-users"