Skip to content

Commit eccfa6c

Browse files
authored
Replace Teams with Invite as default provider for voot (#632)
1 parent 5a6cdf4 commit eccfa6c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

environments/template/group_vars/template.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@ voot:
156156
- { name: "voot", level: "DEBUG" }
157157
externalGroupProviders:
158158
- {
159-
type: "teams",
160-
url: "https://teams.{{ base_domain }}/api/voot",
161-
credentials: {
162-
username: "{{ teams.voot_api_user }}",
163-
secret: "{{ external_group_provider_secrets.teams }}"
164-
},
165-
schacHomeOrganization: "{{ base_domain}}",
166-
name: "SURFteams",
167-
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
168168
}
169169

170170
oidc_playground:

0 commit comments

Comments
 (0)