- Removed the traefik service and renamed traefik-forward-auth to ovis- with ovis-traefik-forward-auth the labels, however would need help there as i got no knowledge of how OAuth2 works (Torben initialized that container)
- Updated MongoDB service configuration to include a direct initialization script for user and operation collections in the sh instead of in the compose directly
- Adjusted volume paths to only use the /var/cache/bridgehead/ccp directory
- Adjusted frontend and backend service labels for Traefik routing to not use ports
- Cleaned up unnecessary network definitions and volumes.
- Renamed FHIR Server URL to bridgehead-ccp-blaze:8080/fhir
- Removed redundant entrypoint (python main.py) of fhir transformer
* sites moved to etc itcc.comf
* mainzelliste test
* volume
* fix image
* db name chaged
* ingest component test
* clean up
* maizelliste env db
* test server ip
* beam sockets
* teswt socket and task
* secure db and ml
* refactor and patient endpoints
* partner id
* new refactor and encription key generation
* db deleted
* keyset to var/
* feat: add Data Quality Agent configuration and setup
* fix: correct environment variable name in Data Quality Agent configuration
* feat: update Data Quality Agent configuration and setup instructions
* feat: update Data Quality Agent setup and documentation
* feat: add volume configuration for agent data in Data Quality Agent compose file
* feat: update volume configuration for Data Quality Agent in compose file
* Update README.md
Co-authored-by: Tobias Kussel <TKussel@users.noreply.github.com>
---------
Co-authored-by: Tobias Kussel <TKussel@users.noreply.github.com>
Right now, Directory sync will only be activated if a username has been
specified. It also needs to run if a login token has been specified,
hence the change in this commit.
The Directory team have requested that we allow token login to the
Directory, where a user uses LSAAI credentials to obtain a token from
the Directory, and then uses this to authenticate Directory sync. This
has been implemented via an environment variable, in an analogous way to
the already existing username/password method.
The default start time for the Directory sync has been shifted to 22:30,
to prevent conflicts with the Bridgehead auto-update.
Relevant changes have been made to the documentation.
Co-authored-by: Torben Brenner <76154651+torbrenner@users.noreply.github.com>
Co-authored-by: Jan <59206115+Threated@users.noreply.github.com>
Co-authored-by: Martin Lablans <6804500+lablans@users.noreply.github.com>
Directory sync needs to be able to launch at specific times of day, and in order to do this in a predictable way, the timezone used inside the Docker container should be the same as the host. To do this, two files need to be mounted from the host. One file contains information about the time zone, the other file contains the file zone name.