Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 9b30eef

Browse files
committed
Add Canada (ca1) region and vault-proxy service
Signed-off-by: Andy Lo-A-Foe <[email protected]>
1 parent a7fa64e commit 9b30eef

File tree

2 files changed

+118
-0
lines changed

2 files changed

+118
-0
lines changed

config/hsdp.json

+75
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,60 @@
4949
},
5050
"uaa": {
5151
"url": "https://uaa.sys.ap3.hsdp.io"
52+
},
53+
"vault-proxy": {
54+
"url": "https://vproxy.ap3.hsdp.io"
55+
}
56+
}
57+
},
58+
"ca1": {
59+
"env": {
60+
"prod": {
61+
"service": {
62+
"iam": {
63+
"url": "https://iam-service.ca1.hsdp.io"
64+
},
65+
"idm": {
66+
"url": "https://idm-service.ca1.hsdp.io"
67+
},
68+
"kibana": {
69+
"url": "https://kibana.ca1.hsdp.io"
70+
},
71+
"logging": {
72+
"url": "https://logingestor2.ca1.hsdp.io"
73+
},
74+
"logquery": {
75+
"url": "https://logquery.ca1.hsdp.io"
76+
},
77+
"notification": {
78+
"url": "https://notification-service.ca1.hsdp.io"
79+
}
80+
}
81+
}
82+
},
83+
"service": {
84+
"cartel": {
85+
"host": "cartel-ca1.cloud.phsdp.com"
86+
},
87+
"cf": {
88+
"domain": "ca1.hsdp.io",
89+
"url": "https://api.sys.ca1.hsdp.io"
90+
},
91+
"console": {
92+
"url": "https://console.ca1.hsdp.io"
93+
},
94+
"docker-registry": {
95+
"host": "docker.ca1.hsdp.io"
96+
},
97+
"gateway": {
98+
"domain": "ca1.phsdp.com",
99+
"host": "gw-ca1.phsdp.com"
100+
},
101+
"uaa": {
102+
"url": "https://uaa.sys.ca1.hsdp.io"
103+
},
104+
"vault-proxy": {
105+
"url": "https://vproxy.ca1.hsdp.io"
52106
}
53107
}
54108
},
@@ -70,6 +124,11 @@
70124
}
71125
}
72126
}
127+
},
128+
"service": {
129+
"vault-proxy": {
130+
"url": "https://vproxy.cn1.philips-healthsuite.com.cn"
131+
}
73132
}
74133
},
75134
"dev": {
@@ -176,6 +235,9 @@
176235
},
177236
"uaa": {
178237
"url": "https://uaa.eu1.phsdp.com"
238+
},
239+
"vault-proxy": {
240+
"url": "https://vproxy.eu-west.philips-healthsuite.com"
179241
}
180242
}
181243
},
@@ -231,6 +293,9 @@
231293
},
232294
"uaa": {
233295
"url": "https://uaa.sys.sa1.hsdp.io"
296+
},
297+
"vault-proxy": {
298+
"url": "https://vproxy.sa1.hsdp.io"
234299
}
235300
}
236301
},
@@ -337,6 +402,16 @@
337402
},
338403
"uaa": {
339404
"url": "https://uaa.cloud.pcftest.com"
405+
},
406+
"vault-proxy": {
407+
"url": "https://vproxy.us-east.philips-healthsuite.com"
408+
}
409+
}
410+
},
411+
"us-west": {
412+
"service": {
413+
"vault-proxy": {
414+
"url": "https://vproxy.cloud.phsdp.com"
340415
}
341416
}
342417
}

config/hsdp.toml

+43
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ domain = "sa1.hsdp.io"
7171
[region.apac3.service.cf]
7272
url = "https://api.sys.ap3.hsdp.io"
7373
domain = "ap3.hsdp.io"
74+
[region.ca1.service.cf]
75+
url = "https://api.sys.ca1.hsdp.io"
76+
domain = "ca1.hsdp.io"
77+
7478

7579
# Service DOCKER-REGISTRY
7680
[region.us-east.service.docker-registry]
@@ -81,6 +85,8 @@ host = "docker.eu1.hsdp.io"
8185
host = "docker.sa1.hsdp.io"
8286
[region.apac3.service.docker-registry]
8387
host = "docker.ap3.hsdp.io"
88+
[region.ca1.service.docker-registry]
89+
host = "docker.ca1.hsdp.io"
8490

8591
# Service CONSOLE
8692
[region.us-east.service.console]
@@ -91,6 +97,8 @@ url = "https://console.eu1.hsdp.io"
9197
url = "https://console.sa1.hsdp.io"
9298
[region.apac3.service.console]
9399
url = "https://console.ap3.hsdp.io"
100+
[region.ca1.service.console]
101+
url = "https://console.ca1.hsdp.io"
94102

95103
# Service STL
96104
[region.dev.service.stl]
@@ -114,6 +122,8 @@ url = "https://uaa.sys.sa1.hsdp.io"
114122
url = "https://uaa.sys.ap3.hsdp.io"
115123
[region.dev.service.uaa]
116124
url = "https://uaa.cloud.phsdp.com"
125+
[region.ca1.service.uaa]
126+
url = "https://uaa.sys.ca1.hsdp.io"
117127

118128
# Notification
119129
[region.us-east.env.client-test.service.notification]
@@ -132,6 +142,8 @@ url = "https://notification-service.sa1.hsdp.io"
132142
url = "https://notification-service.cn1.philips-healthsuite.com.cn"
133143
[region.apac3.env.prod.service.notification]
134144
url = "https://notification-service.ap3.hsdp.io"
145+
[region.ca1.env.prod.service.notification]
146+
url = "https://notification-service.ca1.hsdp.io"
135147

136148
# Service IAM
137149
[region.us-east.env.client-test.service.iam]
@@ -150,6 +162,8 @@ url = "https://iam-service.ap3.hsdp.io"
150162
url = "https://iam-development.us-east.philips-healthsuite.com"
151163
[region.cn1.env.prod.service.iam]
152164
url = "https://iam-service.cn1.philips-healthsuite.com.cn"
165+
[region.ca1.env.prod.service.iam]
166+
url = "https://iam-service.ca1.hsdp.io"
153167

154168
# Service IDM
155169
[region.us-east.env.client-test.service.idm]
@@ -168,6 +182,8 @@ url = "https://idm-service.ap3.hsdp.io"
168182
url = "https://idm-development.us-east.philips-healthsuite.com"
169183
[region.cn1.env.prod.service.idm]
170184
url = "https://idm-service.cn1.philips-healthsuite.com.cn"
185+
[region.ca1.env.prod.service.idm]
186+
url = "https://idm-service.ca1.hsdp.io"
171187

172188
# Service CARTEL
173189
[region.dev.service.cartel]
@@ -178,6 +194,8 @@ host = "cartel-na1.cloud.phsdp.com"
178194
host = "cartel-eu1.cloud.phsdp.com"
179195
[region.sa1.service.cartel]
180196
host = "cartel-sa1.cloud.phsdp.com"
197+
[region.ca1.service.cartel]
198+
host = "cartel-ca1.cloud.phsdp.com"
181199

182200
# Service GATEWAY
183201
[region.dev.service.gateway]
@@ -195,6 +213,9 @@ domain = "sa1.phsdp.com"
195213
[region.apac3.service.gateway]
196214
host = "gw-apac3.phsdp.com"
197215
domain = "apac3.phsdp.com"
216+
[region.ca1.service.gateway]
217+
host = "gw-ca1.phsdp.com"
218+
domain = "ca1.phsdp.com"
198219

199220
# Service S3CREDS
200221
[region.us-east.env.dev.service.s3creds]
@@ -233,6 +254,8 @@ url = "https://logingestor2.us-east.philips-healthsuite.com"
233254
url = "https://logingestor2.sa1.hsdp.io"
234255
[region.apac3.env.prod.service.logging]
235256
url = "https://logingestor2.ap3.hsdp.io"
257+
[region.ca1.env.prod.service.logging]
258+
url = "https://logingestor2.ca1.hsdp.io"
236259

237260
# Service LOGQUERY
238261
[region.eu-west.env.client-test.service.logquery]
@@ -247,6 +270,8 @@ url = "https://logquery.us-east.philips-healthsuite.com"
247270
url = "https://logquery.sa1.hsdp.io"
248271
[region.apac3.env.prod.service.logquery]
249272
url = "https://logquery.ap3.hsdp.io"
273+
[region.ca1.env.prod.service.logquery]
274+
url = "https://logquery.ca1.hsdp.io"
250275

251276
# Service KIBANA
252277
[region.eu-west.env.client-test.service.kibana]
@@ -263,6 +288,8 @@ url = "https://kibana-client-test.sa1.hsdp.io"
263288
url = "https://kibana.sa1.hsdp.io"
264289
[region.apac3.env.prod.service.kibana]
265290
url = "https://kibana.ap3.hsdp.io"
291+
[region.ca1.env.prod.service.kibana]
292+
url = "https://kibana.ca1.hsdp.io"
266293

267294
# Service PKI
268295
[region.eu-west.env.client-test.service.pki]
@@ -273,3 +300,19 @@ url = "https://pki-client-test.us-east.philips-healthsuite.com"
273300
# Service MDM
274301
[region.eu-west.env.client-test.service.mdm]
275302
url = "https://connect-mdm-client-test.us-east.philips-healthsuite.com/connect/mdm"
303+
304+
# Service VAULT-PROXY
305+
[region.us-east.service.vault-proxy]
306+
url = "https://vproxy.us-east.philips-healthsuite.com"
307+
[region.us-west.service.vault-proxy]
308+
url = "https://vproxy.cloud.phsdp.com"
309+
[region.eu-west.service.vault-proxy]
310+
url = "https://vproxy.eu-west.philips-healthsuite.com"
311+
[region.sa1.service.vault-proxy]
312+
url = "https://vproxy.sa1.hsdp.io"
313+
[region.apac3.service.vault-proxy]
314+
url = "https://vproxy.ap3.hsdp.io"
315+
[region.cn1.service.vault-proxy]
316+
url = "https://vproxy.cn1.philips-healthsuite.com.cn"
317+
[region.ca1.service.vault-proxy]
318+
url = "https://vproxy.ca1.hsdp.io"

0 commit comments

Comments
 (0)