From 219d6845bd2d06bcfd299c534760e771d0ca4882 Mon Sep 17 00:00:00 2001 From: Rowan Gill Date: Fri, 17 May 2024 15:42:57 +0100 Subject: [PATCH] feature/PI-0000-testing_auth_fix fixed auth header issue --- infrastructure/swagger/06_components--authorizer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/swagger/06_components--authorizer.yaml b/infrastructure/swagger/06_components--authorizer.yaml index 67ae6a50e..7c8ea17eb 100644 --- a/infrastructure/swagger/06_components--authorizer.yaml +++ b/infrastructure/swagger/06_components--authorizer.yaml @@ -10,7 +10,7 @@ components: type: request authorizerUri: ${lambda_invoke_arn} authorizerCredentials: ${authoriser_iam_role} - identitySource: method.request.header.Authorization + identitySource: "" authorizerResultTtlInSeconds: 0 app-level0: $ref: https://proxygen.prod.api.platform.nhs.uk/components/securitySchemes/app-level0