Skip to content

Feature/eli 686 adding performance endpoint#596

Closed
TOEL2 wants to merge 2 commits intomainfrom
feature/ELI-686-adding-performance-endpoint
Closed

Feature/eli 686 adding performance endpoint#596
TOEL2 wants to merge 2 commits intomainfrom
feature/ELI-686-adding-performance-endpoint

Conversation

@TOEL2
Copy link
Copy Markdown
Contributor

@TOEL2 TOEL2 commented Mar 4, 2026

Description

Context

Type of changes

  • Refactoring (non-breaking change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would change existing functionality)
  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I am familiar with the contributing guidelines
  • I have followed the code style of the project
  • I have added tests to cover my changes
  • I have updated the documentation accordingly
  • This PR is a result of pair or mob programming

Sensitive Information Declaration

To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.

  • I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.

Comment on lines +41 to +60
resource "aws_api_gateway_method" "get_patient_check_perf" {
#checkov:skip=CKV_AWS_59: API is secured via Apigee proxy with mTLS, API keys are not used
rest_api_id = module.eligibility_signposting_api_gateway.rest_api_id
resource_id = aws_api_gateway_resource.patient_perf.id
http_method = "GET"
authorization = "NONE"
api_key_required = false

request_validator_id = aws_api_gateway_request_validator.patient_check_validator.id

request_parameters = {
"method.request.path.id" = true
}

depends_on = [
aws_api_gateway_resource.patient_check_perf,
aws_api_gateway_resource.patient_perf,
aws_api_gateway_resource.patient_check,
]
}

Check warning

Code scanning / checkov

Ensure there is no open access to back-end resources through API Warning

Ensure there is no open access to back-end resources through API
@TOEL2 TOEL2 closed this Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants