From af7960e036deb3ddff22d42354f554ee71942649 Mon Sep 17 00:00:00 2001 From: Martin Lablans Date: Thu, 19 Jan 2023 10:05:03 +0000 Subject: [PATCH] Improve documentation --- ccp/modules/id-management.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/ccp/modules/id-management.md b/ccp/modules/id-management.md index 89ff65c..4c929b9 100644 --- a/ccp/modules/id-management.md +++ b/ccp/modules/id-management.md @@ -1,8 +1,8 @@ # Module: Id-Management -This module provides integration with the CCP-Pseudonymiziation Service. To learn more on the backgrounds of this service, you can refer to the [CCP-DSK](https://dktk.dkfz.de/application/files/5016/2030/2474/20_11_23_Datenschutzkonzept_CCP-IT_inkl_Anlagen.pdf). +This module provides integration with the CCP-Pseudonymiziation Service. To learn more on the backgrounds of this service, you can refer to the [CCP Data Protection Concept](https://dktk.dkfz.de/klinische-plattformen/documents-download). ## Getting Started -You must add following configuration variables to your sites-configuration repository: +The following configuration variables are added to your sites-configuration repository: ``` IDMANAGER_UPLOAD_APIKEY="" @@ -13,15 +13,19 @@ IDMANAGER_AUTH_CLIENT_ID="" IDMANAGER_AUTH_CLIENT_SECRET="" ``` -Additionally, the ccp-it needs to add a new file "patientlist-id-generators.env" to your site configuration. This file will hold the seeds for the different id-generators used in all projects. +Most of the configuration is kept identical across all sites. Some site-specific variables, however, go into a file called `/etc/bridgehead/ccp/id-management.local`. -After adding the configuration, you simply need to update your bridgehead and 3 new services will run on your server: +After adding the configuration, you simply need to update your bridgehead. You're all set! -- `bridgehead-id-manager`, accessible by "https:///id-manager". This component adds a common interface for creating pseudonymes in the bridgehead. -- `bridgehead-patientlist`, accessible by "https://