Skip to content

Commit 50715c3

Browse files
authored
Use group_var's for myconext email from addresses (#600)
1 parent e93bad0 commit 50715c3

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

environments/template/group_vars/template.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ profile_version: "3.1.4"
4444
teams_gui_version: "9.1.3"
4545
teams_server_version: "9.1.3"
4646
voot_version: "6.2.0"
47-
myconext_server_version: "6.0.2"
48-
myconext_gui_version: "6.0.2"
49-
account_gui_version: "6.0.2"
47+
myconext_version: "8.1.12-1"
5048
dashboard_server_version: "12.3.4"
5149
dashboard_gui_version: "12.3.4"
5250
invite_server_version: "0.0.2-SNAPSHOT"
@@ -306,6 +304,12 @@ myconext:
306304
- { name: "terms_of_service" , url: "https://example.org/x/LozaAQ"}
307305
- { name: "voorwaarden" , url: "https://example.org/x/HYzaAQ"}
308306
geo_location_ external_url: "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key={license_key}&suffix=tar.gz"
307+
email:
308+
from_deprovisioning: MyConext <noreply+deprovisioning@{{ myconext_base_domain }}>
309+
from_code: MyConext <noreply@{{ myconext_base_domain }}>
310+
from_app_nudge: MyConext <noreply+appnudge@{{ myconext_base_domain }}>
311+
from_new_device: MyConext <noreply+newdevice@{{ myconext_base_domain }}>
312+
309313

310314
monitoring_tests:
311315
metadata_sp_url: "{{ monitoring_tests_metadata_sp_url }}"

roles/myconext/templates/application.yml.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ springdoc:
3737
enabled: true
3838

3939
email:
40-
from_deprovisioning: <noreply+deprovisioning@{{ myconext_base_domain }}>
41-
from_code: eduID <noreply@{{ myconext_base_domain }}>
42-
from_app_nudge: <noreply+appnudge@{{ myconext_base_domain }}>
43-
from_new_device: <noreply+newdevice@{{ myconext_base_domain }}>
40+
from_deprovisioning: "{{ myconext.email.from_deprovisioning }}"
41+
from_code: "{{ myconext.email.from_code }}"
42+
from_app_nudge: "{{ myconext.email.from_deprovisioning }}"
43+
from_new_device: "{{ myconext.email.from_deprovisioning }}"
4444
error: {{ error_mail_to }}
4545
magic-link-url: https://login.{{ myconext_base_domain }}/saml/guest-idp/magic
4646
my-surfconext-url: https://mijn.{{ myconext_base_domain }}

0 commit comments

Comments
 (0)