Skip to content

Commit

Permalink
Syned application templates invite
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Oct 14, 2023
1 parent bb4dcd2 commit 5c8e87f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions roles/invite/templates/mockapplication.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ logging:
org.springframework.security: INFO

environment: {{ env }}
mock-server-base-url: "https://mock.{{ base_domain }}"
invite-server-ms-redirect-url: https://invite.{{ base_domain }}/api/v1/users/ms-accept-return

spring:
jpa:
Expand Down
6 changes: 4 additions & 2 deletions roles/invite/templates/serverapplication.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,14 @@ gui:
content: {{ environment_shortname }}

config:
client-url: "https://invite.{{ base_domain}}"
welcome-url: "https://welcome.{{ base_domain}}"
client-url: "https://invite.{{ base_domain }}"
welcome-url: "https://welcome.{{ base_domain }}"
server-url: "https://invite.{{ base_domain }}"
server-welcome-url: "https://welcome.{{ base_domain }}"
eduid-entity-id: "https://login.{{ myconext_base_domain }}"
role-search-required: false
past-date-allowed: {{ invite.past_date_allowed }}
eduid-idp-schac-home-organization: {{ invite.eduid_idp_schac_home_organization }}

voot:
user: {{ invite.vootuser}}
Expand All @@ -123,6 +124,7 @@ manage:
url: "https://manage.{{ base_domain }}"
user: {{ invite.manageuser }}
password: {{ invite.managesecret }}
local: False

springdoc:
pathsToMatch: "/api/external/v1/**"
Expand Down

0 comments on commit 5c8e87f

Please sign in to comment.