File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
.github/actions/build-proxies Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 5959 make build-json-oas-spec APIM_ENV=dev
6060 else
6161 make build-json-oas-spec APIM_ENV=dev-pr
62+ jq '.security = [{"app-level0": []}]' build/notify-supplier.json > build/notify-supplier_target.json && mv build/notify-supplier_target.json build/notify-supplier.json
6263 fi
6364
6465 - name : Set target
Original file line number Diff line number Diff line change 1- []
1+ - title : Application Restricted
2+ grants :
3+ app-level0 : []
Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ components:
5757 securitySchemes :
5858 app-level3 :
5959 $ref : https://proxygen.ptl.api.platform.nhs.uk/components/securitySchemes/app-level3
60+ app-level0 :
61+ $ref : https://proxygen.ptl.api.platform.nhs.uk/components/securitySchemes/app-level0
62+
6063tags :
6164 - name : letter
6265 description : ' '
You can’t perform that action at this time.
0 commit comments