Skip to content

Commit b8bae80

Browse files
CCM-11671 - Removed level0 security from sandbox (#117)
1 parent c1d296d commit b8bae80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ construct-spec: guard-APIM_ENV
5757
$(MAKE) set-target APIM_ENV=$$APIM_ENV
5858
$(MAKE) set-access APIM_ENV=$$APIM_ENV
5959

60+
6061
build-json-oas-spec: guard-APIM_ENV
6162
$(MAKE) construct-spec APIM_ENV=$$APIM_ENV
6263
$(MAKE) publish-oas
@@ -75,6 +76,7 @@ bundle-oas:
7576
generate-sandbox:
7677
$(MAKE) build-json-oas-spec APIM_ENV=sandbox
7778
jq --slurpfile status sandbox/HealthcheckEndpoint.json '.paths += $$status[0]' build/notify-supplier.json > tmp.json && mv tmp.json build/notify-supplier.json
79+
jq '.security = []' build/notify-supplier.json > tmp.json && mv tmp.json build/notify-supplier.json
7880
npm run generate-sandbox
7981

8082
serve-swagger:

sandbox/api/openapi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ servers:
1212
url: http://127.0.0.1:3000
1313
- description: Public sandbox
1414
url: https://sandbox-server.nhs.uk/nhs-notify-supplier-api
15-
security:
16-
- app-level0: []
1715
tags:
1816
- description: ""
1917
name: letter

0 commit comments

Comments
 (0)