Skip to content

Commit e9f573d

Browse files
committed
NDR-244 Set API key requirement to false for mTLS gateway GET
1 parent a12a063 commit e9f573d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/lambda-get-document-fhir.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resource "aws_api_gateway_method" "get_document_reference_mtls" {
2626
resource_id = aws_api_gateway_resource.get_document_reference_mtls.id
2727
http_method = "GET"
2828
authorization = "NONE"
29-
api_key_required = true
29+
api_key_required = false
3030
request_parameters = {
3131
"method.request.path.id" = true
3232
}

0 commit comments

Comments
 (0)