Files
opendesk/helmfile/environments/default/functional.yaml
2024-05-21 11:22:12 +02:00

10 lines
346 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. Removing a group from the list will not disable 2FA for the removed group.
groups:
- "Domain Admins"
...