Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 586 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 586 Bytes

release-hatch

This provides a small API to authenicate and serve medium-privacy files in TRE environments, as well as handle requesting a Release and the reviewing and uploading.

It has no database, all state is derived from the directories and files found on disk.

It is authenticated via a token signed by the configured JOB_SERVER_TOKEN, which is a shared key between job-server and all services for a specific backend, and it uses the same token to authenticate against the job-server to upload files.

Please see the additional information for developers.