We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5611a79 commit 4adad6cCopy full SHA for 4adad6c
2 files changed
environments/template/group_vars/template.yml
@@ -212,7 +212,7 @@ aa:
212
sab_username: coin-test
213
sab_rest_username: surfconexttest
214
sab_rest_password: "{{ aa_sab_rest_password }}"
215
- sab_rest_endpoint: https://sab.acc.surfaccess.nl
+ sab_rest_endpoint: https://sab.acc.surfaccess.nl/api/profile
216
surfmarket_url: https://example.org
217
surfmarket_username: example@example.org
218
surfmarket_password: "{{ aa_surfmarket_password }}"
roles/invite/templates/serverapplication.yml.j2
@@ -202,7 +202,9 @@ manage:
202
springdoc:
203
pathsToMatch:
204
- "/api/external/v1/**"
205
- - "/api/internal/v1/crm"
+ - "/crm/profile"
206
+ - "/api/profile"
207
+ - "/crm/api/v1/**"
208
api-docs:
209
path: "/ui/api-docs"
210
swagger-ui:
0 commit comments