Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 688 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 688 Bytes

DEPRECATED

Viewing and releasing files now happens via https://github.com/opensafely-core/airlock

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.