mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-09 00:38:34 +01:00
fix(nubus): Missing secret mapping for keycloak-boostrap
This commit is contained in:
committed by
Carlos García-Mauriño
parent
1d652f2d4e
commit
b75273089a
@@ -192,6 +192,12 @@ nubusUmcServer:
|
||||
name: "ums-umc-server-smtp-credentials-custom"
|
||||
|
||||
nubusKeycloakBootstrap:
|
||||
keycloak:
|
||||
auth:
|
||||
username: "kcadmin"
|
||||
credentialSecret:
|
||||
name: "ums-opendesk-keycloak-credentials"
|
||||
key: "admin_password"
|
||||
bootstrap:
|
||||
twoFactorAuthentication:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user