Skip to content

Commit 8bc20e0

Browse files
committed
wip
1 parent 525871b commit 8bc20e0

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/adr/ADR-005_Managed_Identity_For_Azure_Relay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ As the gateway runs inside the hospital network but is provisioned via Azure Arc
2121

2222
All the deployed environments use `ManagedIdentityCredential` exclusively, from both the web application side and the gateway. The gateway's managed identity must be assigned the **Azure Relay Listener** role on the hybrid connection resource in Azure.
2323

24-
Developers need to connect to Azure relay but cannot use a managed identity. It is required to keep relay with SAS keys enabled for their local testing. A SAS key may be provisioned and injected into `.env`.
24+
Developers need to connect to Azure relay but cannot use a managed identity. It is required to keep a relay with SAS keys enabled for their local testing. A SAS key may be provisioned and injected into `.env`.
2525

2626
If no SAS key is present, `DefaultAzureCredential` is used for developer scenarios that rely on `az login` and the appropriate Relay Listener role assignment.
2727

docs/relay-listener/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Relay listener uses websocket communication to Manage Breast Screening service via Azure Relay.
44
The listener processes worklist actions sent from Manage/Django and creates worklist items in the Modality Worklist server.
55

6+
67
## Architecture
78

89
```

infrastructure/terraform/variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ variable "gateway_test_vm_size" {
5050
default = "Standard_B2s"
5151
}
5252

53-
5453
locals {
5554
region = "uksouth"
5655
resource_group_name = "rg-${var.app_short_name}-${var.environment}-uks"

0 commit comments

Comments
 (0)