Skip to content

Commit 4adad6c

Browse files
authored
Expose swagger endpoints for CRM (#626)
1 parent 5611a79 commit 4adad6c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

environments/template/group_vars/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ aa:
212212
sab_username: coin-test
213213
sab_rest_username: surfconexttest
214214
sab_rest_password: "{{ aa_sab_rest_password }}"
215-
sab_rest_endpoint: https://sab.acc.surfaccess.nl
215+
sab_rest_endpoint: https://sab.acc.surfaccess.nl/api/profile
216216
surfmarket_url: https://example.org
217217
surfmarket_username: example@example.org
218218
surfmarket_password: "{{ aa_surfmarket_password }}"

roles/invite/templates/serverapplication.yml.j2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,9 @@ manage:
202202
springdoc:
203203
pathsToMatch:
204204
- "/api/external/v1/**"
205-
- "/api/internal/v1/crm"
205+
- "/crm/profile"
206+
- "/api/profile"
207+
- "/crm/api/v1/**"
206208
api-docs:
207209
path: "/ui/api-docs"
208210
swagger-ui:

0 commit comments

Comments
 (0)