diff --git a/environments/vm/group_vars/vm.yml b/environments/vm/group_vars/vm.yml index bc5d7486d..e22fea2dd 100644 --- a/environments/vm/group_vars/vm.yml +++ b/environments/vm/group_vars/vm.yml @@ -310,6 +310,7 @@ myconext: feature_warning_educational_email_domain: false feature_id_verify: true feature_remote_creation_api: true + feature_send_js_exceptions: true feature_deny_disposable_email_providers: true feature_create_eduid_institution_enabled: true feature_create_eduid_institution_landing: true diff --git a/roles/myconext/templates/application.yml.j2 b/roles/myconext/templates/application.yml.j2 index 9746d5ce0..2502621b8 100644 --- a/roles/myconext/templates/application.yml.j2 +++ b/roles/myconext/templates/application.yml.j2 @@ -36,6 +36,7 @@ springdoc: email: from: eduID + error_mail: info@surfconext.nl magic-link-url: https://login.{{ myconext_base_domain }}/saml/guest-idp/magic my-surfconext-url: https://mijn.{{ myconext_base_domain }} idp-surfconext-url: https://login.{{ myconext_base_domain }} @@ -100,6 +101,8 @@ feature: id_verify: {{ myconext.feature_id_verify}} # Do we support the remote creation API (e.g. for studielink) remote_creation_api: {{ myconext.feature_remote_creation_api }} + # Do we send error mails for reported errors by the JS UI + send_js_exceptions: {{ myconext.feature_send_js_exceptions }} secure_cookie: true