diff --git a/environments/template/group_vars/template.yml b/environments/template/group_vars/template.yml index 9b8606268..dc2642d3b 100644 --- a/environments/template/group_vars/template.yml +++ b/environments/template/group_vars/template.yml @@ -338,6 +338,7 @@ manage: features: push, validation, push_preview, orphans, find_my_data, edugain, auto_refresh environment: template super_user_team_names: "urn:collab:group:test.surfteams.nl:nl:surfnet:diensten:surfconext_tpm_core" + sram_rp_entity_id: "sbs.test.sram.surf.nl" apiUsers: - { name: "dashboard", diff --git a/roles/manage/templates/application.yml.j2 b/roles/manage/templates/application.yml.j2 index 5790737b0..5b7a7980d 100644 --- a/roles/manage/templates/application.yml.j2 +++ b/roles/manage/templates/application.yml.j2 @@ -83,6 +83,9 @@ policies: allowed_attributes: file://{{ manage_dir }}/policies/allowed_attributes.json extra_saml_attributes: file://{{ manage_dir }}/policies/extra_saml_attributes.json +sram: + sram_rp_entity_id: ""{{ manage.sram_rp_entity_id }}" + spring: mail: host: {{ smtp_server }}