Skip to content

Commit cbd4f38

Browse files
author
Bingjie Liu
committed
Add adjudications and licences endpoint to mapps allowed list
1 parent 5704ed3 commit cbd4f38

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/main/resources/application-dev.yml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ authorisation:
3535
- "/v1/persons/.*/risks/scores"
3636
- "/v1/persons/.*/needs"
3737
- "/v1/persons/.*/risks"
38+
- "/v1/persons/.*/adjudications"
39+
- "/v1/persons/.*/licences/conditions"
3840
ctrlo:
3941
- "/v1/epf/person-details/.*/.*"
4042
kubernetes-health-check-client:

src/main/resources/application-test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ authorisation:
5050
- "/v1/persons/.*/risks"
5151
- "/v1/persons/.*/reported-adjudications"
5252
- "/v1/epf/person-details/.*/.*"
53+
- "/v1/persons/.*/adjudications"
54+
- "/v1/persons/.*/licences/conditions"
5355
- "/health"
5456
- "/health/ping"
5557
- "/health/readiness"

0 commit comments

Comments
 (0)