mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 00:11:38 +01:00
fix(nubus): Missing secret mapping for keycloak-boostrap
This commit is contained in:
@@ -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