File tree Expand file tree Collapse file tree 3 files changed +45
-2
lines changed
Expand file tree Collapse file tree 3 files changed +45
-2
lines changed Original file line number Diff line number Diff line change 1+ name : " $(SourceBranchName)+$(BuildID)"
2+
3+ trigger : none
4+ pr : none
5+
6+ resources :
7+ repositories :
8+ - repository : common
9+ type : github
10+ name : NHSDigital/api-management-utils
11+ ref : refs/heads/edge
12+ endpoint : NHSDigital
13+ pipelines :
14+ - pipeline : build_pipeline
15+ source : " Immunisation-Fhir-Api-Build"
16+ trigger :
17+ branches :
18+ exclude :
19+ - master
20+ - refs/heads/master
21+ - refs/tags/v*
22+
23+ pool :
24+ name : ' AWS-ECS'
25+
26+ variables :
27+ - template : project.yml
28+
29+ extends :
30+ template : azure/common/apigee-deployment.yml@common
31+ parameters :
32+ service_name : ${{ variables.service_name }}
33+ short_service_name : ${{ variables.short_service_name }}
34+ service_base_path : ${{ variables.service_base_path }}
35+ apigee_deployments :
36+ - environment : internal-dev
37+ jinja_templates :
38+ DOMAIN_ENDPOINT : https://green.imms.dev.vds.platform.nhs.uk
39+ CLIENT_CERTIFICATE : imms-int-client
40+ - environment : internal-dev
41+ jinja_templates :
42+ DOMAIN_ENDPOINT : https://blue.imms.dev.vds.platform.nhs.uk
43+ CLIENT_CERTIFICATE : imms-int-client
Original file line number Diff line number Diff line change 2020 <SSLInfo >
2121 <Enabled >true</Enabled >
2222 <ClientAuthEnabled >true</ClientAuthEnabled >
23- <KeyStore >ref://imms-client </KeyStore >
23+ <KeyStore >ref://{{ CLIENT_CERTIFICATE }} </KeyStore >
2424 <KeyAlias >cert</KeyAlias >
2525 </SSLInfo >
2626 <Properties >
Original file line number Diff line number Diff line change 3636 <SSLInfo >
3737 <Enabled >true</Enabled >
3838 <ClientAuthEnabled >true</ClientAuthEnabled >
39- <KeyStore >ref://imms-client </KeyStore >
39+ <KeyStore >ref://{{ CLIENT_CERTIFICATE }} </KeyStore >
4040 <KeyAlias >cert</KeyAlias >
4141 </SSLInfo >
4242 <Properties >
You can’t perform that action at this time.
0 commit comments