From b169d3ec9a204ed8982fd913f99656f0ed6d48db Mon Sep 17 00:00:00 2001 From: Stefan Negru Date: Tue, 28 Nov 2023 16:44:25 +0200 Subject: [PATCH] add link main readme life science aai --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9138c88..8d2d9bb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Source code for core components is available at: https://github.com/neicnordic/s | Component | Role | |---------------|------| -| inbox | SFTP, S3 or HTTPS server, acting as a dropbox, where user credentials are fetched from CentralEGA or via LifeScience AAI. [s3inbox](https://github.com/neicnordic/sensitive-data-archive/tree/main/sda/cmd/s3inbox/s3inbox.md) or [sftp-inbox](https://github.com/neicnordic/sensitive-data-archive/tree/main/sda-sftp-inbox/README.md) | +| inbox | SFTP, S3 or HTTPS server, acting as a dropbox, where user credentials are fetched from CentralEGA or via [Life Science AAI](https://lifescience-ri.eu/). [s3inbox](https://github.com/neicnordic/sensitive-data-archive/tree/main/sda/cmd/s3inbox/s3inbox.md) or [sftp-inbox](https://github.com/neicnordic/sensitive-data-archive/tree/main/sda-sftp-inbox/README.md) | | intercept | The intercept service relays message between the queue provided from the federated service and local queues. **(Required for Federated EGA use case)** | | ingest | Split the Crypt4GH header and move the remainder to the storage backend. No cryptographic task, nor access to the decryption keys. | | verify | Decrypt the stored files and checksum them against their embedded checksum. |