|
| 1 | +server: |
| 2 | + shutdown: immediate |
| 3 | + |
| 4 | +management.endpoint: |
| 5 | + health.cache.time-to-live: 0 |
| 6 | + info.cache.time-to-live: 0 |
| 7 | + |
| 8 | +services: |
| 9 | + prison-api: |
| 10 | + base-url: http://localhost:4000 |
| 11 | + hmpps-auth: |
| 12 | + base-url: http://localhost:9090 |
| 13 | + prisoner-offender-search: |
| 14 | + base-url: http://localhost:4017 |
| 15 | + probation-offender-search: |
| 16 | + base-url: http://localhost:4019 |
| 17 | + ndelius: |
| 18 | + base-url: http://localhost:4003 |
| 19 | + assess-risks-and-needs: |
| 20 | + base-url: http://localhost:4004 |
| 21 | + probation-integration-epf: |
| 22 | + base-url: http://localhost:4005 |
| 23 | + adjudications: |
| 24 | + base-url: http://localhost:4006 |
| 25 | + create-and-vary-licence: |
| 26 | + base-url: http://localhost:4007 |
| 27 | + case-notes: |
| 28 | + base-url: http://localhost:4008 |
| 29 | + manage-pom-case-api: |
| 30 | + base-url: http://localhost:4009 |
| 31 | + |
| 32 | +hmpps.sqs: |
| 33 | + provider: localstack |
| 34 | + queues: |
| 35 | + audit: |
| 36 | + queueName: "audit" |
| 37 | + |
| 38 | +authorisation: |
| 39 | + consumers: |
| 40 | + automated-test-client: |
| 41 | + - "/v1/persons" |
| 42 | + - "/v1/persons/[^/]*$" |
| 43 | + - "/v1/persons/.*/images" |
| 44 | + - "/v1/persons/.*/name" |
| 45 | + - "/v1/images/[^/]*$" |
| 46 | + - "/v1/persons/.*/addresses" |
| 47 | + - "/v1/persons/.*/offences" |
| 48 | + - "/v1/persons/.*/alerts" |
| 49 | + - "/v1/persons/.*/alerts/pnd" |
| 50 | + - "/v1/persons/.*/sentences" |
| 51 | + - "/v1/persons/.*/sentences/latest-key-dates-and-adjustments" |
| 52 | + - "/v1/persons/.*/risks/scores" |
| 53 | + - "/v1/persons/.*/needs" |
| 54 | + - "/v1/persons/.*/risks/serious-harm" |
| 55 | + - "/v1/persons/.*/reported-adjudications" |
| 56 | + - "/v1/persons/.*/adjudications" |
| 57 | + - "/v1/persons/.*/licences/conditions" |
| 58 | + - "/v1/persons/.*/protected-characteristics" |
| 59 | + - "/v1/persons/.*/risks/mappadetail" |
| 60 | + - "/v1/persons/.*/risks/categories" |
| 61 | + - "/v1/persons/.*/status-information" |
| 62 | + - "/v1/persons/.*/risks/dynamic" |
| 63 | + - "/v1/persons/.*/case-notes" |
| 64 | + - "/v1/persons/.*/person-responsible-officer" |
| 65 | + - "/v1/persons/.*/risk-management-plan" |
| 66 | + - "/v1/persons/.*/cell-location" |
| 67 | + - "/v1/epf/person-details/.*/[^/]*$" |
| 68 | + - "/v1/hmpps-id/nomis-number/[^/]*$" |
| 69 | + - "/health" |
| 70 | + - "/health/ping" |
| 71 | + - "/health/readiness" |
| 72 | + - "/health/liveness" |
| 73 | + - "/info" |
| 74 | + config-test: |
| 75 | + - "/v1/config/authorisation" |
| 76 | + all-access: |
| 77 | + - "/.*" |
0 commit comments