We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5704ed3 commit cbd4f38Copy full SHA for cbd4f38
src/main/resources/application-dev.yml
@@ -35,6 +35,8 @@ authorisation:
35
- "/v1/persons/.*/risks/scores"
36
- "/v1/persons/.*/needs"
37
- "/v1/persons/.*/risks"
38
+ - "/v1/persons/.*/adjudications"
39
+ - "/v1/persons/.*/licences/conditions"
40
ctrlo:
41
- "/v1/epf/person-details/.*/.*"
42
kubernetes-health-check-client:
src/main/resources/application-test.yml
@@ -50,6 +50,8 @@ authorisation:
50
51
- "/v1/persons/.*/reported-adjudications"
52
53
54
55
- "/health"
56
- "/health/ping"
57
- "/health/readiness"
0 commit comments