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 5903baf commit b87f75fCopy full SHA for b87f75f
infrastructure/terraform/components/api/resources/spec.tmpl.json
@@ -3,13 +3,13 @@
3
"securitySchemes": {
4
"LambdaAuthorizer": {
5
"in": "header",
6
- "name": "Authorization",
+ "name": "NHSD-Supplier-ID",
7
"type": "apiKey",
8
"x-amazon-apigateway-authorizer": {
9
"authorizerCredentials": "${APIG_EXECUTION_ROLE_ARN}",
10
"authorizerResultTtlInSeconds": 0,
11
"authorizerUri": "arn:aws:apigateway:${AWS_REGION}:lambda:path/2015-03-31/functions/${AUTHORIZER_LAMBDA_ARN}/invocations",
12
- "identitySource": "method.request.header.Authorization",
+ "identitySource": "method.request.header.NHSD-Supplier-ID",
13
"type": "request"
14
},
15
"x-amazon-apigateway-authtype": "custom"
0 commit comments