Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR enables SSL/HTTPS support for the plum-tlse2e application in the sandbox environment by configuring SSL settings in both the frontend and backend load balancer configurations.
- Enabled SSL for plum-tlse2e frontend with certificate configuration
- Added HTTP-to-HTTPS redirect for plum-tlse2e backend load balancer
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| environments/sbox/sbox.tfvars | Enabled SSL for plum-tlse2e frontend configuration |
| environments/sbox/backend_lb_config.yaml | Added SSL enablement and HTTP-to-HTTPS redirect for plum-tlse2e backend |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Suggestions for Improvement1. Validation for
|
madjava
reviewed
Dec 5, 2025
| @@ -841,6 +841,7 @@ frontends = [ | |||
| certificate_name = "wildcard-sandbox-platform-hmcts-net" | |||
Contributor
There was a problem hiding this comment.
Hi @charlesluokb kindly remove cnfgw-fe-sbox.uksouth.cloudapp.azure.com from the backend_domain list. It's a remnant from a previous PoC and not in use.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira link
See dtspo-27952
Change description
feat(ssl): enable SSL in plum-tlse2e
Testing done
Security Vulnerability Assessment
CVE Suppression: Are there any CVEs present in the codebase (either newly introduced or pre-existing) that are being intentionally suppressed or ignored by this commit?
Checklist
Link to Terraform Plan
https://tfplan-viewer.hmcts.net/azure-platform-terraform/2688
🤖AEP PR SUMMARY🤖
Summary of changes:
environments/sbox/backend_lb_config.yaml
🔐 Enabled SSL and added HTTP to HTTPS redirection for the
plum-tlse2efrontend gateway.environments/sbox/sbox.tfvars
🔐 Enabled SSL for the
wildcard-sandbox-platform-hmcts-netfrontend configuration.