Skip to content

Commit 768ca89

Browse files
CCM-11671 - Removed level0 security from sandbox
1 parent 08be1f1 commit 768ca89

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ bundle-oas:
7575
generate-sandbox:
7676
$(MAKE) build-json-oas-spec APIM_ENV=sandbox
7777
jq --slurpfile status sandbox/HealthcheckEndpoint.json '.paths += $$status[0]' build/notify-supplier.json > tmp.json && mv tmp.json build/notify-supplier.json
78+
jq '.security = []' build/notify-supplier.json > tmp.json && mv tmp.json build/notify-supplier.json
7879
npm run generate-sandbox
7980

8081
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)