Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Feb 3, 2025
1 parent f87e2f1 commit 2714fbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions environments/template/group_vars/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ myconext:
feature_mail_institution_mail_usage: true
feature_mail_inactivity_mails: true
feature_nudge_app_mail: true
feature_service_desk_active: true
feature_send_js_exceptions: true
feature_deny_disposable_email_providers: true
feature_create_eduid_institution_enabled: true
Expand Down
1 change: 1 addition & 0 deletions environments/vm/group_vars/vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ myconext:
feature_mail_institution_mail_usage: true
feature_mail_inactivity_mails: true
feature_nudge_app_mail: true
feature_service_desk_active: true
feature_send_js_exceptions: true
feature_deny_disposable_email_providers: true
feature_create_eduid_institution_enabled: true
Expand Down
2 changes: 2 additions & 0 deletions roles/myconext/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ feature:
mail_inactivity_mails: {{ myconext.feature_mail_inactivity_mails }}
# Do we mail users who have not installed the eduID app
nudge_app_mail: {{ myconext.feature_nudge_app_mail }}
# Set to true if the servicedesk is fully operational (e.g. show the user the control-code option)
service_desk_active: {{ myconext.feature_service_desk_active }}

secure_cookie: true
idp_entity_id: https://login.{{ myconext_base_domain }}
Expand Down

0 comments on commit 2714fbd

Please sign in to comment.