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 a12a063 commit e9f573dCopy full SHA for e9f573d
infrastructure/lambda-get-document-fhir.tf
@@ -26,7 +26,7 @@ resource "aws_api_gateway_method" "get_document_reference_mtls" {
26
resource_id = aws_api_gateway_resource.get_document_reference_mtls.id
27
http_method = "GET"
28
authorization = "NONE"
29
- api_key_required = true
+ api_key_required = false
30
request_parameters = {
31
"method.request.path.id" = true
32
}
0 commit comments