Skip to content

Commit 6031e96

Browse files
CCM-10922 Fix default stage name
1 parent b52c5bd commit 6031e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/api/resources/spec.tmpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "request",
1111
"authorizerUri": "arn:aws:apigateway:${AWS_REGION}:lambda:path/2015-03-31/functions/${AUTHORIZER_LAMBDA_ARN}/invocations",
1212
"authorizerCredentials": "${APIG_EXECUTION_ROLE_ARN}",
13-
"identitySource": "method.request.header.HeaderAuth1",
13+
"identitySource": "method.request.header.Authorization",
1414
"authorizerResultTtlInSeconds": 300
1515
}
1616
}

0 commit comments

Comments
 (0)