@@ -240,28 +240,13 @@ This section contains the environment variables that are used to configure the c
240240 (in minutes).
241241 </Table.Td >
242242 </Table.Tr >
243- <Table.Tr >
244- <Table.Td >` SubmissionS3RootUser ` </Table.Td >
245- <Table.Td >The root user for the Submission Layer S3 server.</Table.Td >
246- </Table.Tr >
247- <Table.Tr >
248- <Table.Td >` SubmissionS3RootPass ` </Table.Td >
249- <Table.Td >The root password for the Submission Layer S3 server.</Table.Td >
250- </Table.Tr >
251243 <Table.Tr >
252244 <Table.Td >` SubmissionS3ApiUrl ` </Table.Td >
253245 <Table.Td >
254246 Point to Submission Layer S3 server, used by TRE Agent. For example,
255247 ` http://host-of-submission-layer:9000 ` .
256248 </Table.Td >
257249 </Table.Tr >
258- <Table.Tr >
259- <Table.Td >` SubmissionS3ConsoleUrl ` </Table.Td >
260- <Table.Td >
261- The URL for the Submission Layer's S3 admin console. For example,
262- ` http://host-of-submission-layer:9001 ` .
263- </Table.Td >
264- </Table.Tr >
265250 <Table.Tr >
266251 <Table.Td >` SUBMISSION_KEYCLOAK_URL ` </Table.Td >
267252 <Table.Td >
@@ -278,6 +263,16 @@ This section contains the environment variables that are used to configure the c
278263 ` http://host-of-submission-layer:5034 ` .
279264 </Table.Td >
280265 </Table.Tr >
266+ <Table.Tr >
267+ <Table.Td >` SubmissionAPIKeyCloakSecret ` </Table.Td >
268+ <Table.Td >
269+ The OpenID secret for the Submission API Keycloak client
270+ ` Dare-Control-API ` . Find and regenerate this secret by navigating to
271+ ` Dare-Control ` realm -> ` Clients ` -> ` Dare-Control-API ` ->
272+ ` Credentials ` . Then click ` Regenerate ` and copy the new value into this
273+ environment variable.
274+ </Table.Td >
275+ </Table.Tr >
281276 </tbody >
282277</Table >
283278
@@ -293,6 +288,13 @@ This section contains the environment variables that are used to configure the O
293288 </Table.Tr >
294289 </thead >
295290 <tbody >
291+ <Table.Tr >
292+ <Table.Td >` EgressKeyCloakClientUIRedirectURL ` </Table.Td >
293+ <Table.Td >
294+ The URL for the Egress Layer's Keycloak redirect URL. For example,
295+ ` http://localhost:8100/ ` or ` https://egress-keycloak.example.com/ ` .
296+ </Table.Td >
297+ </Table.Tr >
296298 <Table.Tr >
297299 <Table.Td >` TRES3OpenidSecret ` </Table.Td >
298300 <Table.Td >
@@ -302,13 +304,6 @@ This section contains the environment variables that are used to configure the O
302304 ` Clients ` -> ` Dare-TRE-S3 ` -> ` Credentials ` . Then click ` Regenerate `
303305 and copy the new value into this environment variable.
304306 </Table.Td >
305- </Table.Tr >
306- <Table.Tr >
307- <Table.Td >` EgressKeyCloakClientUIRedirectURL ` </Table.Td >
308- <Table.Td >
309- The URL for the Egress Layer's Keycloak redirect URL. For example,
310- ` http://localhost:8100/ ` or ` https://egress-keycloak.example.com/ ` .
311- </Table.Td >
312307 </Table.Tr >
313308 <Table.Tr >
314309 <Table.Td >` EgressKeyCloakSecret ` </Table.Td >
@@ -319,30 +314,6 @@ This section contains the environment variables that are used to configure the O
319314 and copy the new value into this environment variable.
320315 </Table.Td >
321316 </Table.Tr >
322- <Table.Tr >
323- <Table.Td >` SubmissionAPIKeyCloakClientUIRedirectURL ` </Table.Td >
324- <Table.Td >
325- The URL for the Submission API's Keycloak redirect URL. For example,
326- ` http://host-of-submission-layer:8989/ ` .
327- </Table.Td >
328- </Table.Tr >
329- <Table.Tr >
330- <Table.Td >` SubmissionAPIKeyCloakSecret ` </Table.Td >
331- <Table.Td >
332- The OpenID secret for the Submission API Keycloak client
333- ` Dare-Control-API ` . Find and regenerate this secret by navigating to
334- ` Dare-Control ` realm -> ` Clients ` -> ` Dare-Control-API ` ->
335- ` Credentials ` . Then click ` Regenerate ` and copy the new value into this
336- environment variable.
337- </Table.Td >
338- </Table.Tr >
339- <Table.Tr >
340- <Table.Td >` TreKeyCloakClientUIRedirectURL ` </Table.Td >
341- <Table.Td >
342- The URL for the TRE UI's Keycloak redirect URL. For example,
343- ` http://host-of-tre:8989/ ` .
344- </Table.Td >
345- </Table.Tr >
346317 <Table.Tr >
347318 <Table.Td >` TreKeyCloakSecret ` </Table.Td >
348319 <Table.Td >
@@ -352,13 +323,6 @@ This section contains the environment variables that are used to configure the O
352323 value into this environment variable.
353324 </Table.Td >
354325 </Table.Tr >
355- <Table.Tr >
356- <Table.Td >` TreAPIKeyCloakClientUIRedirectURL ` </Table.Td >
357- <Table.Td >
358- The URL for the TRE API's Keycloak redirect URL. For example,
359- ` http://localhost:8989/ ` .
360- </Table.Td >
361- </Table.Tr >
362326 <Table.Tr >
363327 <Table.Td >` TreAPIKeyCloakSecret ` </Table.Td >
364328 <Table.Td >
0 commit comments