Skip to content

Commit 20d0c3d

Browse files
add missing config in the conpose yamls
1 parent ba5ed16 commit 20d0c3d

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

application/CohortManager/compose.cohort-distribution.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ services:
1111
args:
1212
BASE_IMAGE: ${FUNCTION_BASE_IMAGE}
1313
environment:
14+
- ServiceBusConnectionString_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
1415
- ServiceBusConnectionString_client_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
1516
- CohortDistributionTopic=cohort-distribution-topic
1617
- DistributeParticipantSubscription=distribute-participant-sub

application/CohortManager/compose.core.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ services:
6767
- ManageNemsSubscriptionUnsubscribeURL=http://manage-nems-subscription:9081/api/Unsubscribe
6868
- ManageNemsSubscriptionSubscribeURL=http://manage-nems-subscription:9081/api/Subscribe
6969
- DemographicDataServiceURL=http://participant-demographic-data-service:7993/api/ParticipantDemographicDataService
70+
- ServiceBusConnectionString_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
7071
- ServiceBusConnectionString_client_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
7172
- ParticipantManagementTopic=participant-management-topic
7273

@@ -94,6 +95,7 @@ services:
9495
- batchDivisionFactor=5
9596
- ScreeningLkpDataServiceURL=http://screening-lkp-data-service:8996/api/ScreeningLkpDataService
9697
- inboundBlobName=inbound
98+
- ServiceBusConnectionString_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
9799
- ServiceBusConnectionString_client_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
98100
- fileExceptions=file-exceptions
99101
- ParticipantManagementTopic=participant-management-topic
@@ -109,6 +111,7 @@ services:
109111
args:
110112
BASE_IMAGE: ${FUNCTION_BASE_IMAGE}
111113
environment:
114+
- ServiceBusConnectionString_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
112115
- ServiceBusConnectionString_client_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
113116
- CohortDistributionTopic=cohort-distribution-topic
114117
- ParticipantManagementTopic=participant-management-topic
@@ -130,6 +133,7 @@ services:
130133
- ExceptionFunctionURL=http://create-exception:7070/api/CreateException
131134
- ServiceNowParticipantManagementTopic=servicenow-participant-management-topic
132135
- ManageServiceNowParticipantSubscription=manage-servicenow-participant-sub
136+
- ServiceBusConnectionString_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
133137
- ServiceBusConnectionString_client_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
134138
- RetrievePdsDemographicURL=http://retrieve-pds-demographic:8082/api/RetrievePDSDemographic
135139
- SendServiceNowMessageURL=http://servicenow-message-handler:9092/api/servicenow/send
@@ -192,6 +196,7 @@ services:
192196
BASE_IMAGE: ${FUNCTION_BASE_IMAGE}
193197
profiles: [ui]
194198
environment:
199+
- ServiceBusConnectionString_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
195200
- ServiceBusConnectionString_client_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
196201
- ServiceNowParticipantManagementTopic=servicenow-participant-management-topic
197202
- RetrievePdsDemographicURL=http://retrieve-pds-demographic:8082/api/RetrievePDSDemographic
@@ -208,6 +213,7 @@ services:
208213
environment:
209214
- AzureWebJobsStorage=${AZURITE_CONNECTION_STRING}
210215
- DtOsDatabaseConnectionString=Server=db,1433;Database=${DB_NAME};User Id=SA;Password=${PASSWORD};TrustServerCertificate=True
216+
- ServiceBusConnectionString_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
211217
- ServiceBusConnectionString_client_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
212218
- AuditTopicName=participant-audit-topic
213219
- AuditSubscription=audit-writer-sub
@@ -229,6 +235,7 @@ services:
229235
- DemographicDataServiceURL=http://participant-demographic-data-service:7993/api/ParticipantDemographicDataService/
230236
- ExceptionManagementDataServiceURL=http://exception-management-data-service:7911/api/ExceptionManagementDataService/
231237
- GPPracticeDataServiceURL=http://localhost:7999/api/GPPracticeDataService/
238+
- ServiceBusConnectionString_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
232239
- ServiceBusConnectionString_client_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
233240

234241
update-exception:
@@ -325,6 +332,7 @@ services:
325332
- AuthTokenURL=https://int.api.service.nhs.uk/oauth2/token
326333
- LocalPrivateKeyFileName=RetrievePdsDemographic-DEV1.pem.key
327334
- ParticipantManagementTopic=participant-management-topic
335+
- ServiceBusConnectionString_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
328336
- ServiceBusConnectionString_client_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
329337
- ClientId=Get-private-key-from-NHS-dev-portal
330338
- UseFakePDSServices=true
@@ -429,6 +437,7 @@ services:
429437
- ServiceNowClientSecret=MockClientSecret-123
430438
- ServiceNowRefreshToken=MockRefreshToken-123
431439
- ServiceNowParticipantManagementTopic=servicenow-participant-management-topic
440+
- ServiceBusConnectionString_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
432441
- ServiceBusConnectionString_client_internal=Endpoint=sb://service-bus;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;
433442
ports:
434443
- 9092:9092

0 commit comments

Comments
 (0)