mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
24 lines
683 B
YAML
24 lines
683 B
YAML
# SPDX-FileCopyrightText: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
authentication:
|
|
twoFactor:
|
|
# Define a list of groups to enable 2FA for.
|
|
# Note: Removing a group from the list will not disable 2FA for the removed group.
|
|
groups:
|
|
- "Domain Admins"
|
|
|
|
externalServices:
|
|
nubus:
|
|
udmRestApi:
|
|
# Set to 'true' if you don't want to make the UDM REST API from the Nubus stack externally available
|
|
enabled: false
|
|
matrix:
|
|
federation:
|
|
enabled: true
|
|
|
|
portal:
|
|
# Display deployment release and date in portal for admins.
|
|
enableDeploymentInformation: true
|
|
...
|