* 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.
There were problems with the passing of environment variables from
bbmri.conf to the Directory synce container:
* The Directory password variable was misspellt.
* Some useful variables were missing.
Additionally, a delay was added before launching Directory sync,
to give Blaze time to start up.