@@ -42,8 +42,7 @@ teams_gui_version: "9.1.3"
4242teams_server_version : " 9.1.3"
4343voot_version : " 6.2.0"
4444myconext_version : " 8.1.12-1"
45- dashboard_server_version : " 12.3.4"
46- dashboard_gui_version : " 12.3.4"
45+ dashboard_version : " 13.0.11"
4746invite_server_version : " 0.0.2-SNAPSHOT"
4847invite_client_version : " 0.0.2-SNAPSHOT"
4948invite_welcome_version : " 0.0.2-SNAPSHOT"
@@ -157,15 +156,15 @@ voot:
157156 - { name: "voot", level: "DEBUG" }
158157 externalGroupProviders :
159158 - {
160- type : " teams " ,
161- url : " https://teams .{{ base_domain }}/api/voot" ,
162- credentials : {
163- username : " {{ teams.voot_api_user }}" ,
164- secret : " {{ external_group_provider_secrets.teams }}"
165- },
166- schacHomeOrganization : " {{ base_domain}} " ,
167- name : " SURFteams " ,
168- timeoutMillis : 15000
159+ type : " invite " ,
160+ url : " https://invite .{{ base_domain }}/api/external/v1 /voot" ,
161+ credentials : {
162+ username : " {{ invite.vootuser }}" ,
163+ secret : " {{ invite.vootsecret }}"
164+ },
165+ schacHomeOrganization : " N/A " ,
166+ name : " Invite " ,
167+ timeoutMillis : 3000
169168 }
170169
171170oidc_playground :
@@ -339,6 +338,7 @@ manage:
339338 features : push, validation, push_preview, orphans, find_my_data, edugain, auto_refresh
340339 environment : template
341340 super_user_team_names : " urn:collab:group:test.surfteams.nl:nl:surfnet:diensten:surfconext_tpm_core"
341+ sram_rp_entity_id : " sbs.test.sram.surf.nl"
342342 apiUsers :
343343 - {
344344 name : " dashboard" ,
0 commit comments