Skip to Content
Co OrdinateSubmission Layer Components
Target Audience
TRE Operator
Time to read
30 min

Prerequisites

Core Components

Submission layer components

Here is a summary of the required components which make up the Submission Layer:

ComponentNotes
KeyCloak (only if you use the built-in KeyCloak)The Submission apps require a Keycloak realm containing users and clients authorised to access them
S3 storage (e.g., MinIO, RustFS)An Amazon S3 compatible Submission Storage service
RabbitMQA message broker for queueing submissions for target TREs
PostgreSQLA database for the Submission apps to keep local state
Submission APIA REST API for Submission Layer functionality, including the GA4GH TES API
Submission GUIA Web Frontend for users to log into and interact with the Submission Layer
Hashicorp VaultIdentity-based secrets and encryption management system used for storing TRE service account credentials

You may choose how to distribute your own deployment of these components, as long as they are able to communicate with each other over the network.

For some components, such as KeyCloak or S3 (e.g., MinIO, RustFS), you may wish to use your own existing deployments.

User accessible components

A subset of the components will need to be accessible by users, outside of the TRE Layer environment, through a reverse proxy or port forwarding:

ComponentReasonSample Port *
KeyCloakSo that users can authenticate and admins can manage the Submission KeyCloak Realm (if you are using the built-in KeyCloak)8085
S3 GUISo that Researchers can upload and download Submission data (inputs or outputs) through a web interface9001
S3 APISo that TREs can put the analytics results into S3 storage through a REST API9000
Submission GUISo that users can log into and interact with the Submission Layer7220
Submission APISo that Researchers and TREs can interact with the Submission Layer via a REST API5034

Note: Sample ports are provided for reference only. It can be modified to reflect the your own infrastructure and configuration choices.

If you are setting up a reverse proxy for S3 (e.g., MinIO, RustFS), the Websockets Support should be enabled for S3 GUI Proxy host.

Last updated on