mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 07:51:38 +01:00
fix(helmfile): Provide toggle in functional.yaml.gotmpl for "new device notification" mails
This commit is contained in:
@@ -538,6 +538,7 @@ nubusKeycloakExtensions:
|
|||||||
password: "umcKeycloakExtensionsSmtpPassword"
|
password: "umcKeycloakExtensionsSmtpPassword"
|
||||||
handler:
|
handler:
|
||||||
appConfig:
|
appConfig:
|
||||||
|
newDeviceLoginNotificationEnable: {{ if .Values.functional.authentication.newDeviceLoginNotification.enabled }}"True"{{ else }}"False"{{ end }}
|
||||||
logLevel: {{ if .Values.debug.enabled }}"DEBUG"{{ else }}"WARN"{{ end }}
|
logLevel: {{ if .Values.debug.enabled }}"DEBUG"{{ else }}"WARN"{{ end }}
|
||||||
newDeviceLoginSubject: "New device login on your {{ .Values.theme.texts.productName }} account"
|
newDeviceLoginSubject: "New device login on your {{ .Values.theme.texts.productName }} account"
|
||||||
mailFrom: "{{ .Values.smtp.localpartNoReply }}@{{ .Values.global.domain }}"
|
mailFrom: "{{ .Values.smtp.localpartNoReply }}@{{ .Values.global.domain }}"
|
||||||
|
|||||||
@@ -10,6 +10,10 @@ functional:
|
|||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
authentication:
|
authentication:
|
||||||
|
newDeviceLoginNotification:
|
||||||
|
# openDesk's Keycloak extensions can send out an email every time a user logs in with a new "device".
|
||||||
|
# It uses device/browser fingerprinting to identify such an event. The feature can be toggled below.
|
||||||
|
enabled: true
|
||||||
twoFactor:
|
twoFactor:
|
||||||
# Define a list of groups to enable 2FA for.
|
# Define a list of groups to enable 2FA for.
|
||||||
# Note: Removing a group from the list will not disable 2FA for the removed group.
|
# Note: Removing a group from the list will not disable 2FA for the removed group.
|
||||||
|
|||||||
Reference in New Issue
Block a user