Skip to content

Commit

Permalink
Added teams user / password to invite server
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 5, 2023
1 parent 270caac commit db45f85
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions roles/invite/templates/serverapplication.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,15 @@ config:
eduid-idp-schac-home-organization: {{ invite.eduid_idp_schac_home_organization }}

voot:
user: {{ invite.vootuser}}
password: {{ invite.vootsecret}}
user: {{ invite.vootuser }}
password: {{ invite.vootsecret }}
group_urn_domain: "{{ invite.group_urn_domain }}"

teams:
user: {{ invite.teamsuser}}
password: {{ invite.teamssecret }}
group-name-context: "{{ invite.group_name_context }}"

attribute-aggregation:
user: {{ invite.attribute_aggregation_user }}
password: {{ invite.attribute_aggregation_secret }}
Expand Down

0 comments on commit db45f85

Please sign in to comment.