Skip to content

Commit 618712d

Browse files
Level 3 auth proxy
1 parent b8bae80 commit 618712d

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ terraform 1.10.1
88
terraform-docs 0.19.0
99
trivy 0.61.0
1010
vale 3.6.0
11+
poetry 2.1.4
1112

1213
# ==============================================================================
1314
# The section below is reserved for Docker image versions.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
- title: Application Restricted
22
grants:
3-
app-level0: []
43
app-level3: []

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ healthcheck: /_status
33
url: https://suppliers.dev.nhsnotify.national.nhs.uk
44
security:
55
type: apikey
6-
header: nhsd-apim-apikey
6+
header: Authorization
77
secret: nhs-notify-supplier-key

specification/api/notify-supplier-phase1.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
This specification represents the in-development 'next' version of the API schema
99
and should be treated as unstable.
1010
security:
11-
- app-level0: [ ]
11+
- app-level3: [ ]
1212
paths:
1313
/letters:
1414
parameters:
@@ -55,10 +55,8 @@ paths:
5555
$ref: 'components/endpoints/headDataId.yml'
5656
components:
5757
securitySchemes:
58-
nhs-login-p0:
59-
$ref: https://proxygen.ptl.api.platform.nhs.uk/components/securitySchemes/nhs-login-p0
60-
app-level0:
61-
$ref: https://proxygen.ptl.api.platform.nhs.uk/components/securitySchemes/app-level0
58+
app-level3:
59+
$ref: https://proxygen.ptl.api.platform.nhs.uk/components/securitySchemes/app-level3
6260
tags:
6361
- name: letter
6462
description: ''

0 commit comments

Comments
 (0)