Skip to content

DTSPO-29615 Disable Trusted Service-Connectivity on Prod APIM#2779

Draft
Tyler-35 wants to merge 1 commit intomasterfrom
DTSPO-29615-Disable-Trusted-Service-Connectivity-on-Prod-APIM
Draft

DTSPO-29615 Disable Trusted Service-Connectivity on Prod APIM#2779
Tyler-35 wants to merge 1 commit intomasterfrom
DTSPO-29615-Disable-Trusted-Service-Connectivity-on-Prod-APIM

Conversation

@Tyler-35
Copy link
Copy Markdown
Contributor

@Tyler-35 Tyler-35 commented Feb 9, 2026

Jira link

DTSPO-29615

Change description

Setting the flag to disable the trusted service connectivity on the Prod APIM

Link to Terraform Plan

https://tfplan-viewer.hmcts.net/azure-platform-terraform/2779

🤖AEP PR SUMMARY🤖

Changes Summary

  • environments/prod/prod.tfvars 🚧
    • Added disable_trusted_service_connectivity = true to the production Terraform variables, disabling trusted service connectivity in the prod environment.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 9, 2026

Code Quality

  • Add a comment above disable_trusted_service_connectivity to explain its purpose and any implications of enabling/disabling it. This will improve maintainability for future developers.

Security

  • Confirm that setting disable_trusted_service_connectivity = true aligns with security policies. If disabled, it might inadvertently block access to trusted services critical to production infrastructure.

Best Practices

  • Ensure that this new variable is validated in the associated Terraform module using variable definitions with a proper type constraint, such as bool, to avoid inadvertent configuration errors.

Cost

  • Review if disabling trusted service connectivity has a cost implication either by requiring alternate means of achieving connectivity or by introducing inefficiencies.

Carbon Usage

  • If disabling trusted service connectivity leads to more resources or networking overhead, analyze the impact on energy consumption, especially in large-scale operations.

Suggested Improvement

hcl

Disables connectivity to trusted services. Ensure this is intentional and aligns with security compliance.

disable_trusted_service_connectivity = true

@hmcts-platform-operations
Copy link
Copy Markdown

Caution

master branch build is currently broken. Please fix it before merging this PR.

Build: #apply - Azure Platform

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