Skip to content

Commit 4c34d3a

Browse files
CCM-11587 - Enable Proxy mtls
1 parent c1d296d commit 4c34d3a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/actions/build-proxies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
working-directory: .
5555
shell: bash
5656
run: |
57-
make build-json-oas-spec APIM_ENV=dev
57+
make build-json-oas-spec APIM_ENV=internal-dev
5858
5959
- name: Set target
6060
shell: bash

specification/api/components/x-nhsd-apim/access-dev.yml renamed to specification/api/components/x-nhsd-apim/access-internal-dev.yml

File renamed without changes.

specification/api/components/x-nhsd-apim/target-dev.yml renamed to specification/api/components/x-nhsd-apim/target-internal-dev.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ type: external
22
healthcheck: /_status
33
url: https://suppliers.dev.nhsnotify.national.nhs.uk
44
security:
5-
type: apikey
6-
header: nhsd-apim-apikey
7-
secret: nhs-notify-supplier-key
5+
type: mtls
6+
secret: nhs-notify-supplier-internal-dev-cert

0 commit comments

Comments
 (0)