We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d296d commit 4c34d3aCopy full SHA for 4c34d3a
.github/actions/build-proxies/action.yml
@@ -54,7 +54,7 @@ runs:
54
working-directory: .
55
shell: bash
56
run: |
57
- make build-json-oas-spec APIM_ENV=dev
+ make build-json-oas-spec APIM_ENV=internal-dev
58
59
- name: Set target
60
…pi/components/x-nhsd-apim/access-dev.yml …ents/x-nhsd-apim/access-internal-dev.ymlspecification/api/components/x-nhsd-apim/access-dev.yml renamed to specification/api/components/x-nhsd-apim/access-internal-dev.yml
…pi/components/x-nhsd-apim/target-dev.yml …ents/x-nhsd-apim/target-internal-dev.ymlspecification/api/components/x-nhsd-apim/target-dev.yml renamed to specification/api/components/x-nhsd-apim/target-internal-dev.yml
@@ -2,6 +2,5 @@ type: external
2
healthcheck: /_status
3
url: https://suppliers.dev.nhsnotify.national.nhs.uk
4
security:
5
- type: apikey
6
- header: nhsd-apim-apikey
7
- secret: nhs-notify-supplier-key
+ type: mtls
+ secret: nhs-notify-supplier-internal-dev-cert
0 commit comments